Html Css Color HEX #520BBC Purple Heart

📋 copy color: '#520BBC'

red 82 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #520BBC

Tints of Purple Heart #520BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 29.18%
G = 3.91%
B = 66.9%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#520BBC (or 0x520BBC) is known color: Purple Heart. HEX triplet: 52, 0B and BC. RGB value is (82,11,188). Sum of RGB (Red+Green+Blue) = 82+11+188=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #520BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BBC is #ADF443. Grayscale: #333333. Windows color (decimal): -11400260 or 12323666. OLE color: 12323666.

HSL color Cylindrical-coordinate representation of color #520BBC: hue angle of 264.07º 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 #520BBC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 11 188 -
CMYK 0.56 0.94 0 0.26
HSL 264.07º 0.89% 0.39% -
HSV(B) 264.07º 0.94% 0.74% -
XYZ 12.68 5.66 48 -
YUV 52.41 204.52 149.11 -
System Red Green Blue C M Y K H S L
Decimal 82 11 188 0.56 0.94 0 0.26 264.07 0.89 0.39
Hex 52 B BC 38 5E 0 1A 108 59 27
Octal 122 13 274 70 136 0 32 410 131 47
Binary 1010010 1011 10111100 111000 1011110 0 11010 100001000 1011001 100111

Color Harmonies of #520BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BBC

Black with #520BBC

Text Example


Text Example

White with #520BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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