Html Css Color HEX #520BCF Purple Heart

📋 copy color: '#520BCF'

red 82 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #520BCF

Tints of Purple Heart #520BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 27.33%
G = 3.67%
B = 69%

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

#520BCF (or 0x520BCF) is known color: Purple Heart. HEX triplet: 52, 0B and CF. RGB value is (82,11,207). Sum of RGB (Red+Green+Blue) = 82+11+207=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #520BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BCF is #ADF430. Grayscale: #353535. Windows color (decimal): -11400241 or 13568850. OLE color: 13568850.

HSL color Cylindrical-coordinate representation of color #520BCF: hue angle of 261.73º 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 #520BCF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 11 207 -
CMYK 0.60 0.95 0 0.19
HSL 261.73º 0.9% 0.43% -
HSV(B) 261.73º 0.95% 0.81% -
XYZ 14.86 6.54 59.51 -
YUV 54.57 214.02 147.56 -
System Red Green Blue C M Y K H S L
Decimal 82 11 207 0.60 0.95 0 0.19 261.73 0.9 0.43
Hex 52 B CF 3C 5F 0 13 106 5A 2B
Octal 122 13 317 74 137 0 23 406 132 53
Binary 1010010 1011 11001111 111100 1011111 0 10011 100000110 1011010 101011

Color Harmonies of #520BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BCF

Black with #520BCF

Text Example


Text Example

White with #520BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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