Html Css Color HEX #530FDF Han Purple

📋 copy color: '#530FDF'

red 83 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #530FDF

Tints of Han Purple #530FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.67%

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 25.86%
G = 4.67%
B = 69.47%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530FDF (or 0x530FDF) is known color: Han Purple. HEX triplet: 53, 0F and DF. RGB value is (83,15,223). Sum of RGB (Red+Green+Blue) = 83+15+223=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #530FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FDF is #ACF020. Grayscale: #3A3A3A. Windows color (decimal): -11333665 or 14618451. OLE color: 14618451.

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

Color convert

RGB 83 15 223 -
CMYK 0.63 0.93 0 0.13
HSL 259.62º 0.87% 0.47% -
HSV(B) 259.62º 0.93% 0.87% -
XYZ 17.06 7.51 70.36 -
YUV 59.04 220.53 145.09 -
System Red Green Blue C M Y K H S L
Decimal 83 15 223 0.63 0.93 0 0.13 259.62 0.87 0.47
Hex 53 F DF 3F 5D 0 D 104 57 2F
Octal 123 17 337 77 135 0 15 404 127 57
Binary 1010011 1111 11011111 111111 1011101 0 1101 100000100 1010111 101111

Color Harmonies of #530FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FDF

Black with #530FDF

Text Example


Text Example

White with #530FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,15,223); }

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

background-color css

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

 a { background-color: rgb(83,15,223); }

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

border-color css

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

 span { border-color: rgb(83,15,223); }

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