Html Css Color HEX #530DD6 Han Purple

📋 copy color: '#530DD6'

red 83 ◦ green 13 ◦ blue 214

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

Shades of Han Purple #530DD6

Tints of Han Purple #530DD6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

 BLUE value IS 214 (83.98% from 255) = 69.03%

R = 26.77%
G = 4.19%
B = 69.03%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#530DD6 (or 0x530DD6) is known color: Han Purple. HEX triplet: 53, 0D and D6. RGB value is (83,13,214). Sum of RGB (Red+Green+Blue) = 83+13+214=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #530DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DD6 is #ACF229. Grayscale: #383838. Windows color (decimal): -11334186 or 14028115. OLE color: 14028115.

HSL color Cylindrical-coordinate representation of color #530DD6: hue angle of 260.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DD6 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 13 214 -
CMYK 0.61 0.94 0 0.16
HSL 260.9º 0.89% 0.45% -
HSV(B) 260.9º 0.94% 0.84% -
XYZ 15.85 6.98 64.13 -
YUV 56.84 216.69 146.66 -
System Red Green Blue C M Y K H S L
Decimal 83 13 214 0.61 0.94 0 0.16 260.9 0.89 0.45
Hex 53 D D6 3D 5E 0 10 105 59 2D
Octal 123 15 326 75 136 0 20 405 131 55
Binary 1010011 1101 11010110 111101 1011110 0 10000 100000101 1011001 101101

Color Harmonies of #530DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DD6

Black with #530DD6

Text Example


Text Example

White with #530DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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