Html Css Color HEX #520CBC Purple Heart

📋 copy color: '#520CBC'

red 82 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #520CBC

Tints of Purple Heart #520CBC

RGB

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

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

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

R = 29.08%
G = 4.26%
B = 66.67%

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

#520CBC (or 0x520CBC) is known color: Purple Heart. HEX triplet: 52, 0C and BC. RGB value is (82,12,188). Sum of RGB (Red+Green+Blue) = 82+12+188=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #520CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CBC is #ADF343. Grayscale: #343434. Windows color (decimal): -11400004 or 12323922. OLE color: 12323922.

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

Color convert

RGB 82 12 188 -
CMYK 0.56 0.94 0 0.26
HSL 263.86º 0.88% 0.39% -
HSV(B) 263.86º 0.94% 0.74% -
XYZ 12.69 5.69 48.01 -
YUV 52.99 204.19 148.69 -
System Red Green Blue C M Y K H S L
Decimal 82 12 188 0.56 0.94 0 0.26 263.86 0.88 0.39
Hex 52 C BC 38 5E 0 1A 108 58 27
Octal 122 14 274 70 136 0 32 410 130 47
Binary 1010010 1100 10111100 111000 1011110 0 11010 100001000 1011000 100111

Color Harmonies of #520CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CBC

Black with #520CBC

Text Example


Text Example

White with #520CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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