Html Css Color HEX #530EED Han Purple

📋 copy color: '#530EED'

red 83 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #530EED

Tints of Han Purple #530EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.19%

 BLUE value IS 237 (92.97% from 255) = 70.96%

R = 24.85%
G = 4.19%
B = 70.96%

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

#530EED (or 0x530EED) is known color: Han Purple. HEX triplet: 53, 0E and ED. RGB value is (83,14,237). Sum of RGB (Red+Green+Blue) = 83+14+237=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #530EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530EED is #ACF112. Grayscale: #3B3B3B. Windows color (decimal): -11333907 or 15535699. OLE color: 15535699.

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

Color convert

RGB 83 14 237 -
CMYK 0.65 0.94 0 0.07
HSL 258.57º 0.89% 0.49% -
HSV(B) 258.57º 0.94% 0.93% -
XYZ 19.01 8.27 80.71 -
YUV 60.05 227.86 144.37 -
System Red Green Blue C M Y K H S L
Decimal 83 14 237 0.65 0.94 0 0.07 258.57 0.89 0.49
Hex 53 E ED 41 5E 0 7 103 59 31
Octal 123 16 355 101 136 0 7 403 131 61
Binary 1010011 1110 11101101 1000001 1011110 0 111 100000011 1011001 110001

Color Harmonies of #530EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EED

Black with #530EED

Text Example


Text Example

White with #530EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,14,237); }

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

background-color css

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

 a { background-color: rgb(83,14,237); }

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

border-color css

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

 span { border-color: rgb(83,14,237); }

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