Html Css Color HEX #520CBB Purple Heart

📋 copy color: '#520CBB'

red 82 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #520CBB

Tints of Purple Heart #520CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 29.18%
G = 4.27%
B = 66.55%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#520CBB (or 0x520CBB) is known color: Purple Heart. HEX triplet: 52, 0C and BB. RGB value is (82,12,187). Sum of RGB (Red+Green+Blue) = 82+12+187=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #520CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CBB is #ADF344. Grayscale: #343434. Windows color (decimal): -11400005 or 12258386. OLE color: 12258386.

HSL color Cylindrical-coordinate representation of color #520CBB: hue angle of 264º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CBB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 12 187 -
CMYK 0.56 0.94 0 0.27
HSL 264º 0.88% 0.39% -
HSV(B) 264º 0.94% 0.73% -
XYZ 12.58 5.64 47.44 -
YUV 52.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 82 12 187 0.56 0.94 0 0.27 264 0.88 0.39
Hex 52 C BB 38 5E 0 1B 108 58 27
Octal 122 14 273 70 136 0 33 410 130 47
Binary 1010010 1100 10111011 111000 1011110 0 11011 100001000 1011000 100111

Color Harmonies of #520CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CBB

Black with #520CBB

Text Example


Text Example

White with #520CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,12,187); }

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

background-color css

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

 a { background-color: rgb(82,12,187); }

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

border-color css

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

 span { border-color: rgb(82,12,187); }

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