Html Css Color HEX #520CEF Han Purple

📋 copy color: '#520CEF'

red 82 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #520CEF

Tints of Han Purple #520CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.77%

R = 24.62%
G = 3.6%
B = 71.77%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#520CEF (or 0x520CEF) is known color: Han Purple. HEX triplet: 52, 0C and EF. RGB value is (82,12,239). Sum of RGB (Red+Green+Blue) = 82+12+239=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #520CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520CEF is #ADF310. Grayscale: #393939. Windows color (decimal): -11399953 or 15666258. OLE color: 15666258.

HSL color Cylindrical-coordinate representation of color #520CEF: hue angle of 258.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520CEF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 12 239 -
CMYK 0.66 0.95 0 0.06
HSL 258.5º 0.9% 0.49% -
HSV(B) 258.5º 0.95% 0.94% -
XYZ 19.19 8.29 82.25 -
YUV 58.81 229.69 144.54 -
System Red Green Blue C M Y K H S L
Decimal 82 12 239 0.66 0.95 0 0.06 258.5 0.9 0.49
Hex 52 C EF 42 5F 0 6 103 5A 31
Octal 122 14 357 102 137 0 6 403 132 61
Binary 1010010 1100 11101111 1000010 1011111 0 110 100000011 1011010 110001

Color Harmonies of #520CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CEF

Black with #520CEF

Text Example


Text Example

White with #520CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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