#530DED

Color #530DED Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #530DED

Tints of Han Purple #530DED

Color information

#530DED (or 0x530DED) is unknown color: approx Han Purple. HEX triplet: 53, 0D and ED. RGB value is (83,13,237). Sum of RGB (Red+Green+Blue) = 83+13+237=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #530DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DED is #ACF212. Grayscale: #3A3A3A. Windows color (decimal): -11334163 or 15535443. OLE color: 15535443.

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

Color convert

RGB8313237-
CMYK0.650.9500.07
HSL258.75º89.6%49.02%-
HSV(B)258.75º94.51%92.94%-
XYZ198.2480.71-
YUV59.47228.19144.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 237 (92.97% from 255) = 71.17%
R=24.92%
G=3.90%
B=71.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83132370.650.9500.07258.7589.649.02
Hex53DED415F071035a31
Octal123153551011370740313261
Binary10100111101111011011000001101111101111000000111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #530DED;
 }
 .AnyTagClassName
 {
   color: #530DED;
 }
</style>
background-color css

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

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

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

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

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

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