Html Css Color HEX #530FFF Han Purple

📋 copy color: '#530FFF'

red 83 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #530FFF

Tints of Han Purple #530FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.24%

R = 23.51%
G = 4.25%
B = 72.24%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#530FFF (or 0x530FFF) is known color: Han Purple. HEX triplet: 53, 0F and FF. RGB value is (83,15,255). Sum of RGB (Red+Green+Blue) = 83+15+255=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #530FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530FFF is #ACF000. Grayscale: #3D3D3D. Windows color (decimal): -11333633 or 16715603. OLE color: 16715603.

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

Color convert

RGB 83 15 255 -
CMYK 0.67 0.94 0 0
HSL 257º 1% 0.53% -
HSV(B) 257º 0.94% 1% -
XYZ 21.79 9.4 95.27 -
YUV 62.69 236.53 142.49 -
System Red Green Blue C M Y K H S L
Decimal 83 15 255 0.67 0.94 0 0 257 1 0.53
Hex 53 F FF 43 5E 0 0 101 64 35
Octal 123 17 377 103 136 0 0 401 144 65
Binary 1010011 1111 11111111 1000011 1011110 0 0 100000001 1100100 110101

Color Harmonies of #530FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FFF

Black with #530FFF

Text Example


Text Example

White with #530FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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