Html Css Color HEX #520BCB Purple Heart

📋 copy color: '#520BCB'

red 82 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #520BCB

Tints of Purple Heart #520BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.58%

R = 27.7%
G = 3.72%
B = 68.58%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#520BCB (or 0x520BCB) is known color: Purple Heart. HEX triplet: 52, 0B and CB. RGB value is (82,11,203). Sum of RGB (Red+Green+Blue) = 82+11+203=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #520BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BCB is #ADF434. Grayscale: #353535. Windows color (decimal): -11400245 or 13306706. OLE color: 13306706.

HSL color Cylindrical-coordinate representation of color #520BCB: hue angle of 262.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BCB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 11 203 -
CMYK 0.60 0.95 0 0.20
HSL 262.19º 0.9% 0.42% -
HSV(B) 262.19º 0.95% 0.8% -
XYZ 14.38 6.34 56.97 -
YUV 54.12 212.02 147.89 -
System Red Green Blue C M Y K H S L
Decimal 82 11 203 0.60 0.95 0 0.20 262.19 0.9 0.42
Hex 52 B CB 3C 5F 0 14 106 5A 2A
Octal 122 13 313 74 137 0 24 406 132 52
Binary 1010010 1011 11001011 111100 1011111 0 10100 100000110 1011010 101010

Color Harmonies of #520BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BCB

Black with #520BCB

Text Example


Text Example

White with #520BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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