Html Css Color HEX #6609AC Purple Heart

📋 copy color: '#6609AC'

red 102 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #6609AC

Tints of Purple Heart #6609AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

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

R = 36.04%
G = 3.18%
B = 60.78%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6609AC (or 0x6609AC) is known color: Purple Heart. HEX triplet: 66, 09 and AC. RGB value is (102,9,172). Sum of RGB (Red+Green+Blue) = 102+9+172=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #6609AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6609AC is #99F653. Grayscale: #363636. Windows color (decimal): -10090068 or 11274598. OLE color: 11274598.

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

Color convert

RGB 102 9 172 -
CMYK 0.41 0.95 0 0.33
HSL 274.23º 0.9% 0.35% -
HSV(B) 274.23º 0.95% 0.67% -
XYZ 13.02 6 39.5 -
YUV 55.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 102 9 172 0.41 0.95 0 0.33 274.23 0.9 0.35
Hex 66 9 AC 29 5F 0 21 112 5A 23
Octal 146 11 254 51 137 0 41 422 132 43
Binary 1100110 1001 10101100 101001 1011111 0 100001 100010010 1011010 100011

Color Harmonies of #6609AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609AC

Black with #6609AC

Text Example


Text Example

White with #6609AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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