Html Css Color HEX #531EFE Han Purple

📋 copy color: '#531EFE'

red 83 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #531EFE

Tints of Han Purple #531EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 22.62%
G = 8.17%
B = 69.21%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#531EFE (or 0x531EFE) is known color: Han Purple. HEX triplet: 53, 1E and FE. RGB value is (83,30,254). Sum of RGB (Red+Green+Blue) = 83+30+254=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #531EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EFE is #ACE101. Grayscale: #464646. Windows color (decimal): -11329794 or 16653907. OLE color: 16653907.

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

Color convert

RGB 83 30 254 -
CMYK 0.67 0.88 0 0.00
HSL 254.2º 0.99% 0.56% -
HSV(B) 254.2º 0.88% 1% -
XYZ 21.92 9.92 94.53 -
YUV 71.38 231.06 136.29 -
System Red Green Blue C M Y K H S L
Decimal 83 30 254 0.67 0.88 0 0.00 254.2 0.99 0.56
Hex 53 1E FE 43 58 0 0 FE 63 38
Octal 123 36 376 103 130 0 0 376 143 70
Binary 1010011 11110 11111110 1000011 1011000 0 0 11111110 1100011 111000

Color Harmonies of #531EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EFE

Black with #531EFE

Text Example


Text Example

White with #531EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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