Html Css Color HEX #530AFE Han Purple

📋 copy color: '#530AFE'

red 83 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #530AFE

Tints of Han Purple #530AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 23.92%
G = 2.88%
B = 73.2%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#530AFE (or 0x530AFE) is known color: Han Purple. HEX triplet: 53, 0A and FE. RGB value is (83,10,254). Sum of RGB (Red+Green+Blue) = 83+10+254=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #530AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530AFE is #ACF501. Grayscale: #3A3A3A. Windows color (decimal): -11334914 or 16648787. OLE color: 16648787.

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

Color convert

RGB 83 10 254 -
CMYK 0.67 0.96 0 0.00
HSL 257.95º 0.99% 0.52% -
HSV(B) 257.95º 0.96% 1% -
XYZ 21.57 9.21 94.41 -
YUV 59.64 237.68 144.66 -
System Red Green Blue C M Y K H S L
Decimal 83 10 254 0.67 0.96 0 0.00 257.95 0.99 0.52
Hex 53 A FE 43 60 0 0 102 63 34
Octal 123 12 376 103 140 0 0 402 143 64
Binary 1010011 1010 11111110 1000011 1100000 0 0 100000010 1100011 110100

Color Harmonies of #530AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530AFE

Black with #530AFE

Text Example


Text Example

White with #530AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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