Html Css Color HEX #6706AC Purple Heart

📋 copy color: '#6706AC'

red 103 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6706AC

Tints of Purple Heart #6706AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 36.65%
G = 2.14%
B = 61.21%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6706AC (or 0x6706AC) is known color: Purple Heart. HEX triplet: 67, 06 and AC. RGB value is (103,6,172). Sum of RGB (Red+Green+Blue) = 103+6+172=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #6706AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6706AC is #98F953. Grayscale: #353535. Windows color (decimal): -10025300 or 11273831. OLE color: 11273831.

HSL color Cylindrical-coordinate representation of color #6706AC: hue angle of 275.06º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706AC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 6 172 -
CMYK 0.40 0.97 0 0.33
HSL 275.06º 0.93% 0.35% -
HSV(B) 275.06º 0.97% 0.67% -
XYZ 13.11 5.99 39.5 -
YUV 53.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 103 6 172 0.40 0.97 0 0.33 275.06 0.93 0.35
Hex 67 6 AC 28 61 0 21 113 5D 23
Octal 147 6 254 50 141 0 41 423 135 43
Binary 1100111 110 10101100 101000 1100001 0 100001 100010011 1011101 100011

Color Harmonies of #6706AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706AC

Black with #6706AC

Text Example


Text Example

White with #6706AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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