Html Css Color HEX #520CBA Purple Heart

📋 copy color: '#520CBA'

red 82 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #520CBA

Tints of Purple Heart #520CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 29.29%
G = 4.29%
B = 66.43%

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

#520CBA (or 0x520CBA) is known color: Purple Heart. HEX triplet: 52, 0C and BA. RGB value is (82,12,186). Sum of RGB (Red+Green+Blue) = 82+12+186=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #520CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CBA is #ADF345. Grayscale: #343434. Windows color (decimal): -11400006 or 12192850. OLE color: 12192850.

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

Color convert

RGB 82 12 186 -
CMYK 0.56 0.94 0 0.27
HSL 264.14º 0.88% 0.39% -
HSV(B) 264.14º 0.94% 0.73% -
XYZ 12.47 5.6 46.88 -
YUV 52.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 82 12 186 0.56 0.94 0 0.27 264.14 0.88 0.39
Hex 52 C BA 38 5E 0 1B 108 58 27
Octal 122 14 272 70 136 0 33 410 130 47
Binary 1010010 1100 10111010 111000 1011110 0 11011 100001000 1011000 100111

Color Harmonies of #520CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CBA

Black with #520CBA

Text Example


Text Example

White with #520CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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