Html Css Color HEX #520BCE Purple Heart

📋 copy color: '#520BCE'

red 82 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #520BCE

Tints of Purple Heart #520BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 27.42%
G = 3.68%
B = 68.9%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#520BCE (or 0x520BCE) is known color: Purple Heart. HEX triplet: 52, 0B and CE. RGB value is (82,11,206). Sum of RGB (Red+Green+Blue) = 82+11+206=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #520BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BCE is #ADF431. Grayscale: #353535. Windows color (decimal): -11400242 or 13503314. OLE color: 13503314.

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

Color convert

RGB 82 11 206 -
CMYK 0.60 0.95 0 0.19
HSL 261.85º 0.9% 0.43% -
HSV(B) 261.85º 0.95% 0.81% -
XYZ 14.74 6.49 58.87 -
YUV 54.46 213.52 147.64 -
System Red Green Blue C M Y K H S L
Decimal 82 11 206 0.60 0.95 0 0.19 261.85 0.9 0.43
Hex 52 B CE 3C 5F 0 13 106 5A 2B
Octal 122 13 316 74 137 0 23 406 132 53
Binary 1010010 1011 11001110 111100 1011111 0 10011 100000110 1011010 101011

Color Harmonies of #520BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BCE

Black with #520BCE

Text Example


Text Example

White with #520BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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