Html Css Color HEX #530ADE Han Purple

📋 copy color: '#530ADE'

red 83 ◦ green 10 ◦ blue 222

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

Shades of Han Purple #530ADE

Tints of Han Purple #530ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.48%

R = 26.35%
G = 3.17%
B = 70.48%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530ADE (or 0x530ADE) is known color: Han Purple. HEX triplet: 53, 0A and DE. RGB value is (83,10,222). Sum of RGB (Red+Green+Blue) = 83+10+222=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #530ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ADE is #ACF521. Grayscale: #373737. Windows color (decimal): -11334946 or 14551635. OLE color: 14551635.

HSL color Cylindrical-coordinate representation of color #530ADE: hue angle of 260.66º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530ADE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 10 222 -
CMYK 0.63 0.95 0 0.13
HSL 260.66º 0.91% 0.45% -
HSV(B) 260.66º 0.95% 0.87% -
XYZ 16.86 7.33 69.63 -
YUV 56 221.68 147.26 -
System Red Green Blue C M Y K H S L
Decimal 83 10 222 0.63 0.95 0 0.13 260.66 0.91 0.45
Hex 53 A DE 3F 5F 0 D 105 5B 2D
Octal 123 12 336 77 137 0 15 405 133 55
Binary 1010011 1010 11011110 111111 1011111 0 1101 100000101 1011011 101101

Color Harmonies of #530ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530ADE

Black with #530ADE

Text Example


Text Example

White with #530ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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