Html Css Color HEX #6706C9 Purple Heart

📋 copy color: '#6706C9'

red 103 ◦ green 6 ◦ blue 201

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

Shades of Purple Heart #6706C9

Tints of Purple Heart #6706C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.84%

R = 33.23%
G = 1.94%
B = 64.84%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6706C9 (or 0x6706C9) is known color: Purple Heart. HEX triplet: 67, 06 and C9. RGB value is (103,6,201). Sum of RGB (Red+Green+Blue) = 103+6+201=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #6706C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706C9 is #98F936. Grayscale: #383838. Windows color (decimal): -10025271 or 13174375. OLE color: 13174375.

HSL color Cylindrical-coordinate representation of color #6706C9: hue angle of 269.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706C9 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 6 201 -
CMYK 0.49 0.97 0 0.21
HSL 269.85º 0.94% 0.41% -
HSV(B) 269.85º 0.97% 0.79% -
XYZ 16.2 7.23 55.8 -
YUV 57.23 209.14 160.64 -
System Red Green Blue C M Y K H S L
Decimal 103 6 201 0.49 0.97 0 0.21 269.85 0.94 0.41
Hex 67 6 C9 31 61 0 15 10E 5E 29
Octal 147 6 311 61 141 0 25 416 136 51
Binary 1100111 110 11001001 110001 1100001 0 10101 100001110 1011110 101001

Color Harmonies of #6706C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706C9

Black with #6706C9

Text Example


Text Example

White with #6706C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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