Html Css Color HEX #6524AF Purple Heart

📋 copy color: '#6524AF'

red 101 ◦ green 36 ◦ blue 175

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

Shades of Purple Heart #6524AF

Tints of Purple Heart #6524AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 32.37%
G = 11.54%
B = 56.09%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6524AF (or 0x6524AF) is known color: Purple Heart. HEX triplet: 65, 24 and AF. RGB value is (101,36,175). Sum of RGB (Red+Green+Blue) = 101+36+175=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #6524AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6524AF is #9ADB50. Grayscale: #464646. Windows color (decimal): -10148689 or 11478117. OLE color: 11478117.

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

Color convert

RGB 101 36 175 -
CMYK 0.42 0.79 0 0.31
HSL 268.06º 0.66% 0.41% -
HSV(B) 268.06º 0.79% 0.69% -
XYZ 13.74 7.12 41.21 -
YUV 71.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 101 36 175 0.42 0.79 0 0.31 268.06 0.66 0.41
Hex 65 24 AF 2A 4F 0 1F 10C 42 29
Octal 145 44 257 52 117 0 37 414 102 51
Binary 1100101 100100 10101111 101010 1001111 0 11111 100001100 1000010 101001

Color Harmonies of #6524AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6524AF

Black with #6524AF

Text Example


Text Example

White with #6524AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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