#6906CB

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

Shades of Purple Heart #6906CB

Tints of Purple Heart #6906CB

Color information

#6906CB (or 0x6906CB) is unknown color: approx Purple Heart. HEX triplet: 69, 06 and CB. RGB value is (105,6,203). Sum of RGB (Red+Green+Blue) = 105+6+203=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #6906CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906CB is #96F934. Grayscale: #393939. Windows color (decimal): -9894197 or 13305449. OLE color: 13305449.

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

Color convert

RGB1056203-
CMYK0.480.9700.20
HSL270.15º94.26%40.98%-
HSV(B)270.15º97.04%79.61%-
XYZ16.677.4557.06-
YUV58.06209.8161.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 203 (79.69% from 255) = 64.65%
R=33.44%
G=1.91%
B=64.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10562030.480.9700.20270.1594.2640.98
Hex696CB306101410e5e29
Octal15163136014102441613651
Binary11010011101100101111000011000010101001000011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6906CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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