Html Css Color HEX #6524AE Purple Heart

📋 copy color: '#6524AE'

red 101 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #6524AE

Tints of Purple Heart #6524AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.95%

R = 32.48%
G = 11.58%
B = 55.95%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6524AE (or 0x6524AE) is known color: Purple Heart. HEX triplet: 65, 24 and AE. RGB value is (101,36,174). Sum of RGB (Red+Green+Blue) = 101+36+174=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #6524AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6524AE is #9ADB51. Grayscale: #464646. Windows color (decimal): -10148690 or 11412581. OLE color: 11412581.

HSL color Cylindrical-coordinate representation of color #6524AE: hue angle of 268.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6524AE is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 36 174 -
CMYK 0.42 0.79 0 0.32
HSL 268.26º 0.66% 0.41% -
HSV(B) 268.26º 0.79% 0.68% -
XYZ 13.64 7.08 40.69 -
YUV 71.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 101 36 174 0.42 0.79 0 0.32 268.26 0.66 0.41
Hex 65 24 AE 2A 4F 0 20 10C 42 29
Octal 145 44 256 52 117 0 40 414 102 51
Binary 1100101 100100 10101110 101010 1001111 0 100000 100001100 1000010 101001

Color Harmonies of #6524AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6524AE

Black with #6524AE

Text Example


Text Example

White with #6524AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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