Html Css Color HEX #530EE1 Han Purple

📋 copy color: '#530EE1'

red 83 ◦ green 14 ◦ blue 225

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

Shades of Han Purple #530EE1

Tints of Han Purple #530EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 69.88%

R = 25.78%
G = 4.35%
B = 69.88%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#530EE1 (or 0x530EE1) is known color: Han Purple. HEX triplet: 53, 0E and E1. RGB value is (83,14,225). Sum of RGB (Red+Green+Blue) = 83+14+225=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #530EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EE1 is #ACF11E. Grayscale: #393939. Windows color (decimal): -11333919 or 14749267. OLE color: 14749267.

HSL color Cylindrical-coordinate representation of color #530EE1: hue angle of 259.62º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530EE1 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 14 225 -
CMYK 0.63 0.94 0 0.12
HSL 259.62º 0.88% 0.47% -
HSV(B) 259.62º 0.94% 0.88% -
XYZ 17.31 7.59 71.79 -
YUV 58.69 221.86 145.34 -
System Red Green Blue C M Y K H S L
Decimal 83 14 225 0.63 0.94 0 0.12 259.62 0.88 0.47
Hex 53 E E1 3F 5E 0 C 104 58 2F
Octal 123 16 341 77 136 0 14 404 130 57
Binary 1010011 1110 11100001 111111 1011110 0 1100 100000100 1011000 101111

Color Harmonies of #530EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EE1

Black with #530EE1

Text Example


Text Example

White with #530EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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