Html Css Color HEX #530EDD Han Purple

📋 copy color: '#530EDD'

red 83 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #530EDD

Tints of Han Purple #530EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 26.1%
G = 4.4%
B = 69.5%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530EDD (or 0x530EDD) is known color: Han Purple. HEX triplet: 53, 0E and DD. RGB value is (83,14,221). Sum of RGB (Red+Green+Blue) = 83+14+221=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #530EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EDD is #ACF122. Grayscale: #393939. Windows color (decimal): -11333923 or 14487123. OLE color: 14487123.

HSL color Cylindrical-coordinate representation of color #530EDD: hue angle of 260º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530EDD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 14 221 -
CMYK 0.62 0.94 0 0.13
HSL 260º 0.88% 0.46% -
HSV(B) 260º 0.94% 0.87% -
XYZ 16.78 7.37 68.95 -
YUV 58.23 219.86 145.67 -
System Red Green Blue C M Y K H S L
Decimal 83 14 221 0.62 0.94 0 0.13 260 0.88 0.46
Hex 53 E DD 3E 5E 0 D 104 58 2E
Octal 123 16 335 76 136 0 15 404 130 56
Binary 1010011 1110 11011101 111110 1011110 0 1101 100000100 1011000 101110

Color Harmonies of #530EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EDD

Black with #530EDD

Text Example


Text Example

White with #530EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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