Html Css Color HEX #5121F7 Han Purple

📋 copy color: '#5121F7'

red 81 ◦ green 33 ◦ blue 247

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

Shades of Han Purple #5121F7

Tints of Han Purple #5121F7

RGB

 RED value IS 81 (32.03% from 255) = 22.44%

 GREEN value IS 33 (13.28% from 255) = 9.14%

 BLUE value IS 247 (96.88% from 255) = 68.42%

R = 22.44%
G = 9.14%
B = 68.42%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5121F7 (or 0x5121F7) is known color: Han Purple. HEX triplet: 51, 21 and F7. RGB value is (81,33,247). Sum of RGB (Red+Green+Blue) = 81+33+247=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #5121F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5121F7 is #AEDE08. Grayscale: #464646. Windows color (decimal): -11460105 or 16195921. OLE color: 16195921.

HSL color Cylindrical-coordinate representation of color #5121F7: hue angle of 253.46º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5121F7 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 33 247 -
CMYK 0.67 0.87 0 0.03
HSL 253.46º 0.93% 0.55% -
HSV(B) 253.46º 0.87% 0.97% -
XYZ 20.73 9.55 88.75 -
YUV 71.75 226.9 134.6 -
System Red Green Blue C M Y K H S L
Decimal 81 33 247 0.67 0.87 0 0.03 253.46 0.93 0.55
Hex 51 21 F7 43 57 0 3 FD 5D 37
Octal 121 41 367 103 127 0 3 375 135 67
Binary 1010001 100001 11110111 1000011 1010111 0 11 11111101 1011101 110111

Color Harmonies of #5121F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5121F7

Black with #5121F7

Text Example


Text Example

White with #5121F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5121F7; }

 p { color: rgb(81,33,247); }

 H1.HeaderClassName
 {
   color: #5121F7;
 }
 .AnyTagClassName
 {
   color: #5121F7;
 }
</style>

background-color css

<style>
 a { background-color: #5121F7; }

 a { background-color: rgb(81,33,247); }

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

border-color css

<style>
 span { border-color: #5121F7; }

 span { border-color: rgb(81,33,247); }

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