Html Css Color HEX #6524CC Purple Heart

📋 copy color: '#6524CC'

red 101 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #6524CC

Tints of Purple Heart #6524CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.82%

R = 29.62%
G = 10.56%
B = 59.82%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6524CC (or 0x6524CC) is known color: Purple Heart. HEX triplet: 65, 24 and CC. RGB value is (101,36,204). Sum of RGB (Red+Green+Blue) = 101+36+204=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #6524CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524CC is #9ADB33. Grayscale: #494949. Windows color (decimal): -10148660 or 13378661. OLE color: 13378661.

HSL color Cylindrical-coordinate representation of color #6524CC: hue angle of 263.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6524CC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 36 204 -
CMYK 0.50 0.82 0 0.2
HSL 263.21º 0.7% 0.47% -
HSV(B) 263.21º 0.82% 0.8% -
XYZ 16.9 8.39 57.86 -
YUV 74.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 101 36 204 0.50 0.82 0 0.2 263.21 0.7 0.47
Hex 65 24 CC 32 52 0 14 107 46 2F
Octal 145 44 314 62 122 0 24 407 106 57
Binary 1100101 100100 11001100 110010 1010010 0 10100 100000111 1000110 101111

Color Harmonies of #6524CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6524CC

Black with #6524CC

Text Example


Text Example

White with #6524CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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