Html Css Color HEX #6625A9 Purple Heart

📋 copy color: '#6625A9'

red 102 ◦ green 37 ◦ blue 169

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

Shades of Purple Heart #6625A9

Tints of Purple Heart #6625A9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

 BLUE value IS 169 (66.41% from 255) = 54.87%

R = 33.12%
G = 12.01%
B = 54.87%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6625A9 (or 0x6625A9) is known color: Purple Heart. HEX triplet: 66, 25 and A9. RGB value is (102,37,169). Sum of RGB (Red+Green+Blue) = 102+37+169=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #6625A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6625A9 is #99DA56. Grayscale: #474747. Windows color (decimal): -10082903 or 11085158. OLE color: 11085158.

HSL color Cylindrical-coordinate representation of color #6625A9: hue angle of 269.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6625A9 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 37 169 -
CMYK 0.40 0.78 0 0.34
HSL 269.55º 0.64% 0.4% -
HSV(B) 269.55º 0.78% 0.66% -
XYZ 13.3 7.01 38.19 -
YUV 71.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 102 37 169 0.40 0.78 0 0.34 269.55 0.64 0.4
Hex 66 25 A9 28 4E 0 22 10E 40 28
Octal 146 45 251 50 116 0 42 416 100 50
Binary 1100110 100101 10101001 101000 1001110 0 100010 100001110 1000000 101000

Color Harmonies of #6625A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6625A9

Black with #6625A9

Text Example


Text Example

White with #6625A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6625A9; }

 p { color: rgb(102,37,169); }

 H1.HeaderClassName
 {
   color: #6625A9;
 }
 .AnyTagClassName
 {
   color: #6625A9;
 }
</style>

background-color css

<style>
 a { background-color: #6625A9; }

 a { background-color: rgb(102,37,169); }

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

border-color css

<style>
 span { border-color: #6625A9; }

 span { border-color: rgb(102,37,169); }

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