Html Css Color HEX #502BFE Han Purple

📋 copy color: '#502BFE'

red 80 ◦ green 43 ◦ blue 254

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

Shades of Han Purple #502BFE

Tints of Han Purple #502BFE

RGB

 RED value IS 80 (31.64% from 255) = 21.22%

 GREEN value IS 43 (17.19% from 255) = 11.41%

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

R = 21.22%
G = 11.41%
B = 67.37%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#502BFE (or 0x502BFE) is known color: Han Purple. HEX triplet: 50, 2B and FE. RGB value is (80,43,254). Sum of RGB (Red+Green+Blue) = 80+43+254=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #502BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502BFE is #AFD401. Grayscale: #4D4D4D. Windows color (decimal): -11523074 or 16657232. OLE color: 16657232.

HSL color Cylindrical-coordinate representation of color #502BFE: hue angle of 250.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #502BFE is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 43 254 -
CMYK 0.69 0.83 0 0.00
HSL 250.52º 0.99% 0.58% -
HSV(B) 250.52º 0.83% 1% -
XYZ 22.06 10.59 94.65 -
YUV 78.12 227.26 129.34 -
System Red Green Blue C M Y K H S L
Decimal 80 43 254 0.69 0.83 0 0.00 250.52 0.99 0.58
Hex 50 2B FE 45 53 0 0 FB 63 3A
Octal 120 53 376 105 123 0 0 373 143 72
Binary 1010000 101011 11111110 1000101 1010011 0 0 11111011 1100011 111010

Color Harmonies of #502BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BFE

Black with #502BFE

Text Example


Text Example

White with #502BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502BFE; }

 p { color: rgb(80,43,254); }

 H1.HeaderClassName
 {
   color: #502BFE;
 }
 .AnyTagClassName
 {
   color: #502BFE;
 }
</style>

background-color css

<style>
 a { background-color: #502BFE; }

 a { background-color: rgb(80,43,254); }

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

border-color css

<style>
 span { border-color: #502BFE; }

 span { border-color: rgb(80,43,254); }

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