Html Css Color HEX #530AFC Han Purple

📋 copy color: '#530AFC'

red 83 ◦ green 10 ◦ blue 252

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

Shades of Han Purple #530AFC

Tints of Han Purple #530AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.04%

R = 24.06%
G = 2.9%
B = 73.04%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#530AFC (or 0x530AFC) is known color: Han Purple. HEX triplet: 53, 0A and FC. RGB value is (83,10,252). Sum of RGB (Red+Green+Blue) = 83+10+252=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #530AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530AFC is #ACF503. Grayscale: #3A3A3A. Windows color (decimal): -11334916 or 16517715. OLE color: 16517715.

HSL color Cylindrical-coordinate representation of color #530AFC: hue angle of 258.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530AFC is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 10 252 -
CMYK 0.67 0.96 0 0.01
HSL 258.1º 0.98% 0.51% -
HSV(B) 258.1º 0.96% 0.99% -
XYZ 21.25 9.08 92.73 -
YUV 59.42 236.68 144.82 -
System Red Green Blue C M Y K H S L
Decimal 83 10 252 0.67 0.96 0 0.01 258.1 0.98 0.51
Hex 53 A FC 43 60 0 1 102 62 33
Octal 123 12 374 103 140 0 1 402 142 63
Binary 1010011 1010 11111100 1000011 1100000 0 1 100000010 1100010 110011

Color Harmonies of #530AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530AFC

Black with #530AFC

Text Example


Text Example

White with #530AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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