#6942CD

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

Shades of Purple Heart #6942CD

Tints of Purple Heart #6942CD

Color information

#6942CD (or 0x6942CD) is unknown color: approx Purple Heart. HEX triplet: 69, 42 and CD. RGB value is (105,66,205). Sum of RGB (Red+Green+Blue) = 105+66+205=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #6942CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942CD is #96BD32. Grayscale: #5C5C5C. Windows color (decimal): -9878835 or 13451881. OLE color: 13451881.

HSL color Cylindrical-coordinate representation of color #6942CD: hue angle of 256.83º 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 #6942CD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10566205-
CMYK0.490.6800.20
HSL256.83º58.16%53.14%-
HSV(B)256.83º67.8%80.39%-
XYZ18.7911.3158.95-
YUV93.51190.92136.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=27.93%
G=17.55%
B=54.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105662050.490.6800.20256.8358.1653.14
Hex6942CD31440141013a35
Octal151102315611040244017265
Binary11010011000010110011011100011000100010100100000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6942CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6942CD; }

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

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

<style>
 a { background-color: #6942CD; }

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

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

<style>
 span { border-color: #6942CD; }

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

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