Html Css Color HEX #530FFE Han Purple

📋 copy color: '#530FFE'

red 83 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #530FFE

Tints of Han Purple #530FFE

RGB

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

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

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

R = 23.58%
G = 4.26%
B = 72.16%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#530FFE (or 0x530FFE) is known color: Han Purple. HEX triplet: 53, 0F and FE. RGB value is (83,15,254). Sum of RGB (Red+Green+Blue) = 83+15+254=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #530FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530FFE is #ACF001. Grayscale: #3D3D3D. Windows color (decimal): -11333634 or 16650067. OLE color: 16650067.

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

Color convert

RGB 83 15 254 -
CMYK 0.67 0.94 0 0.00
HSL 257.07º 0.99% 0.53% -
HSV(B) 257.07º 0.94% 1% -
XYZ 21.63 9.34 94.43 -
YUV 62.58 236.03 142.57 -
System Red Green Blue C M Y K H S L
Decimal 83 15 254 0.67 0.94 0 0.00 257.07 0.99 0.53
Hex 53 F FE 43 5E 0 0 101 63 35
Octal 123 17 376 103 136 0 0 401 143 65
Binary 1010011 1111 11111110 1000011 1011110 0 0 100000001 1100011 110101

Color Harmonies of #530FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FFE

Black with #530FFE

Text Example


Text Example

White with #530FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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