Html Css Color HEX #530AD8 Han Purple

📋 copy color: '#530AD8'

red 83 ◦ green 10 ◦ blue 216

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

Shades of Han Purple #530AD8

Tints of Han Purple #530AD8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 216 (84.77% from 255) = 69.9%

R = 26.86%
G = 3.24%
B = 69.9%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#530AD8 (or 0x530AD8) is known color: Han Purple. HEX triplet: 53, 0A and D8. RGB value is (83,10,216). Sum of RGB (Red+Green+Blue) = 83+10+216=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #530AD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530AD8 is #ACF527. Grayscale: #363636. Windows color (decimal): -11334952 or 14158419. OLE color: 14158419.

HSL color Cylindrical-coordinate representation of color #530AD8: hue angle of 261.26º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530AD8 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 10 216 -
CMYK 0.62 0.95 0 0.15
HSL 261.26º 0.91% 0.44% -
HSV(B) 261.26º 0.95% 0.85% -
XYZ 16.07 7.01 65.47 -
YUV 55.31 218.68 147.75 -
System Red Green Blue C M Y K H S L
Decimal 83 10 216 0.62 0.95 0 0.15 261.26 0.91 0.44
Hex 53 A D8 3E 5F 0 F 105 5B 2C
Octal 123 12 330 76 137 0 17 405 133 54
Binary 1010011 1010 11011000 111110 1011111 0 1111 100000101 1011011 101100

Color Harmonies of #530AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530AD8

Black with #530AD8

Text Example


Text Example

White with #530AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,216); }

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

background-color css

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

 a { background-color: rgb(83,10,216); }

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

border-color css

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

 span { border-color: rgb(83,10,216); }

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