Html Css Color HEX #6524D9 Purple Heart

📋 copy color: '#6524D9'

red 101 ◦ green 36 ◦ blue 217

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

Shades of Purple Heart #6524D9

Tints of Purple Heart #6524D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 61.3%

R = 28.53%
G = 10.17%
B = 61.3%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6524D9 (or 0x6524D9) is known color: Purple Heart. HEX triplet: 65, 24 and D9. RGB value is (101,36,217). Sum of RGB (Red+Green+Blue) = 101+36+217=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 217 (85.16% from 255 or 61.30% from 354); Max value from RGB is 217 - color contains mainly: blue. Hex color #6524D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524D9 is #9ADB26. Grayscale: #4B4B4B. Windows color (decimal): -10148647 or 14230629. OLE color: 14230629.

HSL color Cylindrical-coordinate representation of color #6524D9: hue angle of 261.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6524D9 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 36 217 -
CMYK 0.53 0.83 0 0.15
HSL 261.55º 0.72% 0.5% -
HSV(B) 261.55º 0.83% 0.85% -
XYZ 18.52 9.04 66.41 -
YUV 76.07 207.53 145.78 -
System Red Green Blue C M Y K H S L
Decimal 101 36 217 0.53 0.83 0 0.15 261.55 0.72 0.5
Hex 65 24 D9 35 53 0 F 106 48 32
Octal 145 44 331 65 123 0 17 406 110 62
Binary 1100101 100100 11011001 110101 1010011 0 1111 100000110 1001000 110010

Color Harmonies of #6524D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6524D9

Black with #6524D9

Text Example


Text Example

White with #6524D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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