Html Css Color HEX #530DD7 Han Purple

📋 copy color: '#530DD7'

red 83 ◦ green 13 ◦ blue 215

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

Shades of Han Purple #530DD7

Tints of Han Purple #530DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.13%

R = 26.69%
G = 4.18%
B = 69.13%

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

#530DD7 (or 0x530DD7) is known color: Han Purple. HEX triplet: 53, 0D and D7. RGB value is (83,13,215). Sum of RGB (Red+Green+Blue) = 83+13+215=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #530DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DD7 is #ACF228. Grayscale: #383838. Windows color (decimal): -11334185 or 14093651. OLE color: 14093651.

HSL color Cylindrical-coordinate representation of color #530DD7: hue angle of 260.79º 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 #530DD7 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 13 215 -
CMYK 0.61 0.94 0 0.16
HSL 260.79º 0.89% 0.45% -
HSV(B) 260.79º 0.94% 0.84% -
XYZ 15.98 7.03 64.81 -
YUV 56.96 217.19 146.57 -
System Red Green Blue C M Y K H S L
Decimal 83 13 215 0.61 0.94 0 0.16 260.79 0.89 0.45
Hex 53 D D7 3D 5E 0 10 105 59 2D
Octal 123 15 327 75 136 0 20 405 131 55
Binary 1010011 1101 11010111 111101 1011110 0 10000 100000101 1011001 101101

Color Harmonies of #530DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DD7

Black with #530DD7

Text Example


Text Example

White with #530DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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