#6920CB

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

Shades of Purple Heart #6920CB

Tints of Purple Heart #6920CB

Color information

#6920CB (or 0x6920CB) is unknown color: approx Purple Heart. HEX triplet: 69, 20 and CB. RGB value is (105,32,203). Sum of RGB (Red+Green+Blue) = 105+32+203=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6920CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6920CB is #96DF34. Grayscale: #484848. Windows color (decimal): -9887541 or 13312105. OLE color: 13312105.

HSL color Cylindrical-coordinate representation of color #6920CB: hue angle of 265.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6920CB is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10532203-
CMYK0.480.8400.20
HSL265.61º72.77%46.08%-
HSV(B)265.61º84.24%79.61%-
XYZ17.128.3557.21-
YUV73.32201.18150.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 32 (12.89% from 255) = 9.41%
BLUE value IS 203 (79.69% from 255) = 59.71%
R=30.88%
G=9.41%
B=59.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105322030.480.8400.20265.6172.7746.08
Hex6920CB305401410a492e
Octal151403136012402441211156
Binary11010011000001100101111000010101000101001000010101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6920CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6920CB; }

 p { color: rgb(105,32,203); }

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

<style>
 a { background-color: #6920CB; }

 a { background-color: rgb(105,32,203); }

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

<style>
 span { border-color: #6920CB; }

 span { border-color: rgb(105,32,203); }

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