Html Css Color HEX #6524AC Purple Heart

📋 copy color: '#6524AC'

red 101 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #6524AC

Tints of Purple Heart #6524AC

RGB

 RED value IS 101 (39.84% from 255) = 32.69%

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 32.69%
G = 11.65%
B = 55.66%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6524AC (or 0x6524AC) is known color: Purple Heart. HEX triplet: 65, 24 and AC. RGB value is (101,36,172). Sum of RGB (Red+Green+Blue) = 101+36+172=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #6524AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6524AC is #9ADB53. Grayscale: #464646. Windows color (decimal): -10148692 or 11281509. OLE color: 11281509.

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

Color convert

RGB 101 36 172 -
CMYK 0.41 0.79 0 0.33
HSL 268.68º 0.65% 0.41% -
HSV(B) 268.68º 0.79% 0.67% -
XYZ 13.44 7.01 39.67 -
YUV 70.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 101 36 172 0.41 0.79 0 0.33 268.68 0.65 0.41
Hex 65 24 AC 29 4F 0 21 10D 41 29
Octal 145 44 254 51 117 0 41 415 101 51
Binary 1100101 100100 10101100 101001 1001111 0 100001 100001101 1000001 101001

Color Harmonies of #6524AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6524AC

Black with #6524AC

Text Example


Text Example

White with #6524AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,36,172); }

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

background-color css

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

 a { background-color: rgb(101,36,172); }

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

border-color css

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

 span { border-color: rgb(101,36,172); }

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