Html Css Color HEX #530FEC Han Purple

📋 copy color: '#530FEC'

red 83 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #530FEC

Tints of Han Purple #530FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 24.85%
G = 4.49%
B = 70.66%

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

#530FEC (or 0x530FEC) is known color: Han Purple. HEX triplet: 53, 0F and EC. RGB value is (83,15,236). Sum of RGB (Red+Green+Blue) = 83+15+236=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #530FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530FEC is #ACF013. Grayscale: #3B3B3B. Windows color (decimal): -11333652 or 15470419. OLE color: 15470419.

HSL color Cylindrical-coordinate representation of color #530FEC: hue angle of 258.46º degrees, saturation: 0.88, 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 #530FEC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 15 236 -
CMYK 0.65 0.94 0 0.07
HSL 258.46º 0.88% 0.49% -
HSV(B) 258.46º 0.94% 0.93% -
XYZ 18.88 8.24 79.95 -
YUV 60.53 227.03 144.03 -
System Red Green Blue C M Y K H S L
Decimal 83 15 236 0.65 0.94 0 0.07 258.46 0.88 0.49
Hex 53 F EC 41 5E 0 7 102 58 31
Octal 123 17 354 101 136 0 7 402 130 61
Binary 1010011 1111 11101100 1000001 1011110 0 111 100000010 1011000 110001

Color Harmonies of #530FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FEC

Black with #530FEC

Text Example


Text Example

White with #530FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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