Html Css Color HEX #6609AD Purple Heart

📋 copy color: '#6609AD'

red 102 ◦ green 9 ◦ blue 173

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

Shades of Purple Heart #6609AD

Tints of Purple Heart #6609AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 35.92%
G = 3.17%
B = 60.92%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6609AD (or 0x6609AD) is known color: Purple Heart. HEX triplet: 66, 09 and AD. RGB value is (102,9,173). Sum of RGB (Red+Green+Blue) = 102+9+173=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6609AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6609AD is #99F652. Grayscale: #363636. Windows color (decimal): -10090067 or 11340134. OLE color: 11340134.

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

Color convert

RGB 102 9 173 -
CMYK 0.41 0.95 0 0.32
HSL 274.02º 0.9% 0.36% -
HSV(B) 274.02º 0.95% 0.68% -
XYZ 13.12 6.04 40.01 -
YUV 55.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 102 9 173 0.41 0.95 0 0.32 274.02 0.9 0.36
Hex 66 9 AD 29 5F 0 20 112 5A 24
Octal 146 11 255 51 137 0 40 422 132 44
Binary 1100110 1001 10101101 101001 1011111 0 100000 100010010 1011010 100100

Color Harmonies of #6609AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609AD

Black with #6609AD

Text Example


Text Example

White with #6609AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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