#6A42C4

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

Shades of Purple Heart #6A42C4

Tints of Purple Heart #6A42C4

Color information

#6A42C4 (or 0x6A42C4) is unknown color: approx Purple Heart. HEX triplet: 6A, 42 and C4. RGB value is (106,66,196). Sum of RGB (Red+Green+Blue) = 106+66+196=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #6A42C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A42C4 is #95BD3B. Grayscale: #5C5C5C. Windows color (decimal): -9813308 or 12862058. OLE color: 12862058.

HSL color Cylindrical-coordinate representation of color #6A42C4: hue angle of 258.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A42C4 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10666196-
CMYK0.460.6600.23
HSL258.46º52.42%51.37%-
HSV(B)258.46º66.33%76.86%-
XYZ17.8610.9553.4-
YUV92.78186.25137.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 196 (76.95% from 255) = 53.26%
R=28.80%
G=17.93%
B=53.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106661960.460.6600.23258.4652.4251.37
Hex6A42C42E420171023433
Octal152102304561020274026463
Binary11010101000010110001001011101000010010111100000010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A42C4; }

 p { color: rgb(106,66,196); }

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

<style>
 a { background-color: #6A42C4; }

 a { background-color: rgb(106,66,196); }

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

<style>
 span { border-color: #6A42C4; }

 span { border-color: rgb(106,66,196); }

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