Html Css Color HEX #520FAB Purple Heart

📋 copy color: '#520FAB'

red 82 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #520FAB

Tints of Purple Heart #520FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 30.6%
G = 5.6%
B = 63.81%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520FAB (or 0x520FAB) is known color: Purple Heart. HEX triplet: 52, 0F and AB. RGB value is (82,15,171). Sum of RGB (Red+Green+Blue) = 82+15+171=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #520FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FAB is #ADF054. Grayscale: #343434. Windows color (decimal): -11399253 or 11210578. OLE color: 11210578.

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

Color convert

RGB 82 15 171 -
CMYK 0.52 0.91 0 0.33
HSL 265.77º 0.84% 0.36% -
HSV(B) 265.77º 0.91% 0.67% -
XYZ 11 5.08 38.93 -
YUV 52.82 194.7 148.82 -
System Red Green Blue C M Y K H S L
Decimal 82 15 171 0.52 0.91 0 0.33 265.77 0.84 0.36
Hex 52 F AB 34 5B 0 21 10A 54 24
Octal 122 17 253 64 133 0 41 412 124 44
Binary 1010010 1111 10101011 110100 1011011 0 100001 100001010 1010100 100100

Color Harmonies of #520FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FAB

Black with #520FAB

Text Example


Text Example

White with #520FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520FAB; }

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

 H1.HeaderClassName
 {
   color: #520FAB;
 }
 .AnyTagClassName
 {
   color: #520FAB;
 }
</style>

background-color css

<style>
 a { background-color: #520FAB; }

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

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

border-color css

<style>
 span { border-color: #520FAB; }

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

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