#6A42CD

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

Shades of Purple Heart #6A42CD

Tints of Purple Heart #6A42CD

Color information

#6A42CD (or 0x6A42CD) is unknown color: approx Purple Heart. HEX triplet: 6A, 42 and CD. RGB value is (106,66,205). Sum of RGB (Red+Green+Blue) = 106+66+205=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A42CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A42CD is #95BD32. Grayscale: #5D5D5D. Windows color (decimal): -9813299 or 13451882. OLE color: 13451882.

HSL color Cylindrical-coordinate representation of color #6A42CD: hue angle of 257.27º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A42CD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10666205-
CMYK0.480.6800.20
HSL257.27º58.16%53.14%-
HSV(B)257.27º67.8%80.39%-
XYZ18.9111.3758.96-
YUV93.81190.75136.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 205 (80.47% from 255) = 54.38%
R=28.12%
G=17.51%
B=54.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106662050.480.6800.20257.2758.1653.14
Hex6A42CD30440141013a35
Octal152102315601040244017265
Binary11010101000010110011011100001000100010100100000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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