#6742b8

Color #6742B8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6742B8

Tints of Purple Heart #6742B8

Color information

#6742B8 (or 0x6742B8) is unknown color: approx Purple Heart. HEX triplet: 67, 42 and B8. RGB value is (103,66,184). Sum of RGB (Red+Green+Blue) = 103+66+184=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #6742B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742B8 is #98BD47. Grayscale: #5A5A5A. Windows color (decimal): -10009928 or 12075623. OLE color: 12075623.

HSL color Cylindrical-coordinate representation of color #6742B8: hue angle of 258.81º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6742B8 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10366184-
CMYK0.440.6400.28
HSL258.81º47.2%49.02%-
HSV(B)258.81º64.13%72.16%-
XYZ16.1910.2446.47-
YUV90.51180.76136.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 184 (72.27% from 255) = 52.12%
R=29.18%
G=18.70%
B=52.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103661840.440.6400.28258.8147.249.02
Hex6742B82C4001C1032f31
Octal147102270541000344035761
Binary11001111000010101110001011001000000011100100000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6742b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6742b8; }

 p { color: rgb(103,66,184); }

 H1.HeaderClassName
 {
   color: #6742b8;
 }
 .AnyTagClassName
 {
   color: #6742b8;
 }
</style>
background-color css

<style>
 a { background-color: #6742b8; }

 a { background-color: rgb(103,66,184); }

 div.DivClassName
 {
   background-color: #6742b8;
 }
 .BgClassName
 {
   background-color: #6742b8;
 }
</style>
border-color css

<style>
 span { border-color: #6742b8; }

 span { border-color: rgb(103,66,184); }

 td.TdClassName
 {
   border-color: #6742b8;
 }
 .TagClassName
 {
   border-color: #6742b8;
 }
</style>