Html Css Color HEX #520BBD Purple Heart

📋 copy color: '#520BBD'

red 82 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #520BBD

Tints of Purple Heart #520BBD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 189 (74.22% from 255) = 67.02%

R = 29.08%
G = 3.9%
B = 67.02%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#520BBD (or 0x520BBD) is known color: Purple Heart. HEX triplet: 52, 0B and BD. RGB value is (82,11,189). Sum of RGB (Red+Green+Blue) = 82+11+189=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #520BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BBD is #ADF442. Grayscale: #333333. Windows color (decimal): -11400259 or 12389202. OLE color: 12389202.

HSL color Cylindrical-coordinate representation of color #520BBD: hue angle of 263.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BBD is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 11 189 -
CMYK 0.57 0.94 0 0.26
HSL 263.93º 0.89% 0.39% -
HSV(B) 263.93º 0.94% 0.74% -
XYZ 12.78 5.71 48.57 -
YUV 52.52 205.02 149.03 -
System Red Green Blue C M Y K H S L
Decimal 82 11 189 0.57 0.94 0 0.26 263.93 0.89 0.39
Hex 52 B BD 39 5E 0 1A 108 59 27
Octal 122 13 275 71 136 0 32 410 131 47
Binary 1010010 1011 10111101 111001 1011110 0 11010 100001000 1011001 100111

Color Harmonies of #520BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BBD

Black with #520BBD

Text Example


Text Example

White with #520BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,11,189); }

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

background-color css

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

 a { background-color: rgb(82,11,189); }

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

border-color css

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

 span { border-color: rgb(82,11,189); }

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