#6706CB

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

Shades of Purple Heart #6706CB

Tints of Purple Heart #6706CB

Color information

#6706CB (or 0x6706CB) is unknown color: approx Purple Heart. HEX triplet: 67, 06 and CB. RGB value is (103,6,203). Sum of RGB (Red+Green+Blue) = 103+6+203=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #6706CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706CB is #98F934. Grayscale: #383838. Windows color (decimal): -10025269 or 13305447. OLE color: 13305447.

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

Color convert

RGB1036203-
CMYK0.490.9700.20
HSL269.54º94.26%40.98%-
HSV(B)269.54º97.04%79.61%-
XYZ16.447.3357.05-
YUV57.46210.14160.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 203 (79.69% from 255) = 65.06%
R=33.01%
G=1.92%
B=65.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10362030.490.9700.20269.5494.2640.98
Hex676CB316101410e5e29
Octal14763136114102441613651
Binary11001111101100101111000111000010101001000011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6706CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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