Html Css Color HEX #6706C6 Purple Heart

📋 copy color: '#6706C6'

red 103 ◦ green 6 ◦ blue 198

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

Shades of Purple Heart #6706C6

Tints of Purple Heart #6706C6

RGB

 RED value IS 103 (40.63% from 255) = 33.55%

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 198 (77.73% from 255) = 64.5%

R = 33.55%
G = 1.95%
B = 64.5%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6706C6 (or 0x6706C6) is known color: Purple Heart. HEX triplet: 67, 06 and C6. RGB value is (103,6,198). Sum of RGB (Red+Green+Blue) = 103+6+198=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #6706C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706C6 is #98F939. Grayscale: #383838. Windows color (decimal): -10025274 or 12977767. OLE color: 12977767.

HSL color Cylindrical-coordinate representation of color #6706C6: hue angle of 270.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706C6 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 6 198 -
CMYK 0.48 0.97 0 0.22
HSL 270.31º 0.94% 0.4% -
HSV(B) 270.31º 0.97% 0.78% -
XYZ 15.85 7.09 53.96 -
YUV 56.89 207.64 160.89 -
System Red Green Blue C M Y K H S L
Decimal 103 6 198 0.48 0.97 0 0.22 270.31 0.94 0.4
Hex 67 6 C6 30 61 0 16 10E 5E 28
Octal 147 6 306 60 141 0 26 416 136 50
Binary 1100111 110 11000110 110000 1100001 0 10110 100001110 1011110 101000

Color Harmonies of #6706C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706C6

Black with #6706C6

Text Example


Text Example

White with #6706C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6706C6;
 }
 .AnyTagClassName
 {
   color: #6706C6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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