Html Css Color HEX #6625AC Purple Heart

📋 copy color: '#6625AC'

red 102 ◦ green 37 ◦ blue 172

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

Shades of Purple Heart #6625AC

Tints of Purple Heart #6625AC

RGB

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

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

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

R = 32.8%
G = 11.9%
B = 55.31%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6625AC (or 0x6625AC) is known color: Purple Heart. HEX triplet: 66, 25 and AC. RGB value is (102,37,172). Sum of RGB (Red+Green+Blue) = 102+37+172=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #6625AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6625AC is #99DA53. Grayscale: #474747. Windows color (decimal): -10082900 or 11281766. OLE color: 11281766.

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

Color convert

RGB 102 37 172 -
CMYK 0.41 0.78 0 0.33
HSL 268.89º 0.65% 0.41% -
HSV(B) 268.89º 0.78% 0.67% -
XYZ 13.59 7.13 39.69 -
YUV 71.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 102 37 172 0.41 0.78 0 0.33 268.89 0.65 0.41
Hex 66 25 AC 29 4E 0 21 10D 41 29
Octal 146 45 254 51 116 0 41 415 101 51
Binary 1100110 100101 10101100 101001 1001110 0 100001 100001101 1000001 101001

Color Harmonies of #6625AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6625AC

Black with #6625AC

Text Example


Text Example

White with #6625AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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