Html Css Color HEX #530DEC Han Purple

📋 copy color: '#530DEC'

red 83 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #530DEC

Tints of Han Purple #530DEC

RGB

 RED value IS 83 (32.81% from 255) = 25%

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 236 (92.58% from 255) = 71.08%

R = 25%
G = 3.92%
B = 71.08%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#530DEC (or 0x530DEC) is known color: Han Purple. HEX triplet: 53, 0D and EC. RGB value is (83,13,236). Sum of RGB (Red+Green+Blue) = 83+13+236=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #530DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DEC is #ACF213. Grayscale: #3A3A3A. Windows color (decimal): -11334164 or 15469907. OLE color: 15469907.

HSL color Cylindrical-coordinate representation of color #530DEC: hue angle of 258.83º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DEC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 13 236 -
CMYK 0.65 0.94 0 0.07
HSL 258.83º 0.9% 0.49% -
HSV(B) 258.83º 0.94% 0.93% -
XYZ 18.85 8.18 79.94 -
YUV 59.35 227.69 144.87 -
System Red Green Blue C M Y K H S L
Decimal 83 13 236 0.65 0.94 0 0.07 258.83 0.9 0.49
Hex 53 D EC 41 5E 0 7 103 5A 31
Octal 123 15 354 101 136 0 7 403 132 61
Binary 1010011 1101 11101100 1000001 1011110 0 111 100000011 1011010 110001

Color Harmonies of #530DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DEC

Black with #530DEC

Text Example


Text Example

White with #530DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530DEC; }

 p { color: rgb(83,13,236); }

 H1.HeaderClassName
 {
   color: #530DEC;
 }
 .AnyTagClassName
 {
   color: #530DEC;
 }
</style>

background-color css

<style>
 a { background-color: #530DEC; }

 a { background-color: rgb(83,13,236); }

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

border-color css

<style>
 span { border-color: #530DEC; }

 span { border-color: rgb(83,13,236); }

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