Html Css Color HEX #521CAB Purple Heart

📋 copy color: '#521CAB'

red 82 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #521CAB

Tints of Purple Heart #521CAB

RGB

 RED value IS 82 (32.42% from 255) = 29.18%

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 29.18%
G = 9.96%
B = 60.85%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#521CAB (or 0x521CAB) is known color: Purple Heart. HEX triplet: 52, 1C and AB. RGB value is (82,28,171). Sum of RGB (Red+Green+Blue) = 82+28+171=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #521CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CAB is #ADE354. Grayscale: #3B3B3B. Windows color (decimal): -11395925 or 11213906. OLE color: 11213906.

HSL color Cylindrical-coordinate representation of color #521CAB: hue angle of 262.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521CAB is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 28 171 -
CMYK 0.52 0.84 0 0.33
HSL 262.66º 0.72% 0.39% -
HSV(B) 262.66º 0.84% 0.67% -
XYZ 11.25 5.56 39.01 -
YUV 60.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 82 28 171 0.52 0.84 0 0.33 262.66 0.72 0.39
Hex 52 1C AB 34 54 0 21 107 48 27
Octal 122 34 253 64 124 0 41 407 110 47
Binary 1010010 11100 10101011 110100 1010100 0 100001 100000111 1001000 100111

Color Harmonies of #521CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CAB

Black with #521CAB

Text Example


Text Example

White with #521CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521CAB; }

 p { color: rgb(82,28,171); }

 H1.HeaderClassName
 {
   color: #521CAB;
 }
 .AnyTagClassName
 {
   color: #521CAB;
 }
</style>

background-color css

<style>
 a { background-color: #521CAB; }

 a { background-color: rgb(82,28,171); }

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

border-color css

<style>
 span { border-color: #521CAB; }

 span { border-color: rgb(82,28,171); }

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