Html Css Color HEX #5427FB Han Purple

📋 copy color: '#5427FB'

red 84 ◦ green 39 ◦ blue 251

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

Shades of Han Purple #5427FB

Tints of Han Purple #5427FB

RGB

 RED value IS 84 (33.2% from 255) = 22.46%

 GREEN value IS 39 (15.63% from 255) = 10.43%

 BLUE value IS 251 (98.44% from 255) = 67.11%

R = 22.46%
G = 10.43%
B = 67.11%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5427FB (or 0x5427FB) is known color: Han Purple. HEX triplet: 54, 27 and FB. RGB value is (84,39,251). Sum of RGB (Red+Green+Blue) = 84+39+251=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #5427FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5427FB is #ABD804. Grayscale: #4B4B4B. Windows color (decimal): -11261957 or 16459604. OLE color: 16459604.

HSL color Cylindrical-coordinate representation of color #5427FB: hue angle of 252.74º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5427FB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 39 251 -
CMYK 0.67 0.84 0 0.02
HSL 252.74º 0.96% 0.57% -
HSV(B) 252.74º 0.84% 0.98% -
XYZ 21.79 10.3 92.11 -
YUV 76.62 226.41 133.26 -
System Red Green Blue C M Y K H S L
Decimal 84 39 251 0.67 0.84 0 0.02 252.74 0.96 0.57
Hex 54 27 FB 43 54 0 2 FD 60 39
Octal 124 47 373 103 124 0 2 375 140 71
Binary 1010100 100111 11111011 1000011 1010100 0 10 11111101 1100000 111001

Color Harmonies of #5427FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5427FB

Black with #5427FB

Text Example


Text Example

White with #5427FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5427FB; }

 p { color: rgb(84,39,251); }

 H1.HeaderClassName
 {
   color: #5427FB;
 }
 .AnyTagClassName
 {
   color: #5427FB;
 }
</style>

background-color css

<style>
 a { background-color: #5427FB; }

 a { background-color: rgb(84,39,251); }

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

border-color css

<style>
 span { border-color: #5427FB; }

 span { border-color: rgb(84,39,251); }

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