Html Css Color HEX #6625AB Purple Heart

📋 copy color: '#6625AB'

red 102 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #6625AB

Tints of Purple Heart #6625AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 32.9%
G = 11.94%
B = 55.16%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6625AB (or 0x6625AB) is known color: Purple Heart. HEX triplet: 66, 25 and AB. RGB value is (102,37,171). Sum of RGB (Red+Green+Blue) = 102+37+171=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6625AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6625AB is #99DA54. Grayscale: #474747. Windows color (decimal): -10082901 or 11216230. OLE color: 11216230.

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

Color convert

RGB 102 37 171 -
CMYK 0.40 0.78 0 0.33
HSL 269.1º 0.64% 0.41% -
HSV(B) 269.1º 0.78% 0.67% -
XYZ 13.49 7.09 39.19 -
YUV 71.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 102 37 171 0.40 0.78 0 0.33 269.1 0.64 0.41
Hex 66 25 AB 28 4E 0 21 10D 40 29
Octal 146 45 253 50 116 0 41 415 100 51
Binary 1100110 100101 10101011 101000 1001110 0 100001 100001101 1000000 101001

Color Harmonies of #6625AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6625AB

Black with #6625AB

Text Example


Text Example

White with #6625AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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