Html Css Color HEX #530ADB Han Purple

📋 copy color: '#530ADB'

red 83 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #530ADB

Tints of Han Purple #530ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.19%

R = 26.6%
G = 3.21%
B = 70.19%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#530ADB (or 0x530ADB) is known color: Han Purple. HEX triplet: 53, 0A and DB. RGB value is (83,10,219). Sum of RGB (Red+Green+Blue) = 83+10+219=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #530ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ADB is #ACF524. Grayscale: #363636. Windows color (decimal): -11334949 or 14355027. OLE color: 14355027.

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

Color convert

RGB 83 10 219 -
CMYK 0.62 0.95 0 0.14
HSL 260.96º 0.91% 0.45% -
HSV(B) 260.96º 0.95% 0.86% -
XYZ 16.46 7.17 67.53 -
YUV 55.65 220.18 147.51 -
System Red Green Blue C M Y K H S L
Decimal 83 10 219 0.62 0.95 0 0.14 260.96 0.91 0.45
Hex 53 A DB 3E 5F 0 E 105 5B 2D
Octal 123 12 333 76 137 0 16 405 133 55
Binary 1010011 1010 11011011 111110 1011111 0 1110 100000101 1011011 101101

Color Harmonies of #530ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530ADB

Black with #530ADB

Text Example


Text Example

White with #530ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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