Html Css Color HEX #6605AC Purple Heart

📋 copy color: '#6605AC'

red 102 ◦ green 5 ◦ blue 172

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

Shades of Purple Heart #6605AC

Tints of Purple Heart #6605AC

RGB

 RED value IS 102 (40.23% from 255) = 36.56%

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 36.56%
G = 1.79%
B = 61.65%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6605AC (or 0x6605AC) is known color: Purple Heart. HEX triplet: 66, 05 and AC. RGB value is (102,5,172). Sum of RGB (Red+Green+Blue) = 102+5+172=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #6605AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6605AC is #99FA53. Grayscale: #343434. Windows color (decimal): -10091092 or 11273574. OLE color: 11273574.

HSL color Cylindrical-coordinate representation of color #6605AC: hue angle of 274.85º degrees, saturation: 0.94, 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 #6605AC is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 5 172 -
CMYK 0.41 0.97 0 0.33
HSL 274.85º 0.94% 0.35% -
HSV(B) 274.85º 0.97% 0.67% -
XYZ 12.98 5.91 39.49 -
YUV 53.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 102 5 172 0.41 0.97 0 0.33 274.85 0.94 0.35
Hex 66 5 AC 29 61 0 21 113 5E 23
Octal 146 5 254 51 141 0 41 423 136 43
Binary 1100110 101 10101100 101001 1100001 0 100001 100010011 1011110 100011

Color Harmonies of #6605AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6605AC

Black with #6605AC

Text Example


Text Example

White with #6605AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,5,172); }

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

background-color css

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

 a { background-color: rgb(102,5,172); }

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

border-color css

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

 span { border-color: rgb(102,5,172); }

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