Html Css Color HEX #530EFE Han Purple

📋 copy color: '#530EFE'

red 83 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #530EFE

Tints of Han Purple #530EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

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

R = 23.65%
G = 3.99%
B = 72.36%

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

#530EFE (or 0x530EFE) is known color: Han Purple. HEX triplet: 53, 0E and FE. RGB value is (83,14,254). Sum of RGB (Red+Green+Blue) = 83+14+254=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #530EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530EFE is #ACF101. Grayscale: #3D3D3D. Windows color (decimal): -11333890 or 16649811. OLE color: 16649811.

HSL color Cylindrical-coordinate representation of color #530EFE: hue angle of 257.25º 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 #530EFE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 14 254 -
CMYK 0.67 0.94 0 0.00
HSL 257.25º 0.99% 0.53% -
HSV(B) 257.25º 0.94% 1% -
XYZ 21.61 9.31 94.42 -
YUV 61.99 236.36 142.99 -
System Red Green Blue C M Y K H S L
Decimal 83 14 254 0.67 0.94 0 0.00 257.25 0.99 0.53
Hex 53 E FE 43 5E 0 0 101 63 35
Octal 123 16 376 103 136 0 0 401 143 65
Binary 1010011 1110 11111110 1000011 1011110 0 0 100000001 1100011 110101

Color Harmonies of #530EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EFE

Black with #530EFE

Text Example


Text Example

White with #530EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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