Html Css Color HEX #6706CB Purple Heart

📋 copy color: '#6706CB'

red 103 ◦ green 6 ◦ blue 203

#6706CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6706CB

Tints of Purple Heart #6706CB

RGB

 RED value IS 103 (40.63% 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 value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6706CB (or 0x6706CB) is known color: 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

RGB 103 6 203 -
CMYK 0.49 0.97 0 0.20
HSL 269.54º 0.94% 0.41% -
HSV(B) 269.54º 0.97% 0.8% -
XYZ 16.44 7.33 57.05 -
YUV 57.46 210.14 160.48 -
System Red Green Blue C M Y K H S L
Decimal 103 6 203 0.49 0.97 0 0.20 269.54 0.94 0.41
Hex 67 6 CB 31 61 0 14 10E 5E 29
Octal 147 6 313 61 141 0 24 416 136 51
Binary 1100111 110 11001011 110001 1100001 0 10100 100001110 1011110 101001

Color Harmonies of #6706CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706CB

Black with #6706CB

Text Example


Text Example

White with #6706CB

Text Example


Text Example

HTML Codes & Css Web 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>