Html Css Color HEX #4F2CEB Han Purple

📋 copy color: '#4F2CEB'

red 79 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #4F2CEB

Tints of Han Purple #4F2CEB

RGB

 RED value IS 79 (31.25% from 255) = 22.07%

 GREEN value IS 44 (17.58% from 255) = 12.29%

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 22.07%
G = 12.29%
B = 65.64%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F2CEB (or 0x4F2CEB) is known color: Han Purple. HEX triplet: 4F, 2C and EB. RGB value is (79,44,235). Sum of RGB (Red+Green+Blue) = 79+44+235=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F2CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2CEB is #B0D314. Grayscale: #4B4B4B. Windows color (decimal): -11588373 or 15412303. OLE color: 15412303.

HSL color Cylindrical-coordinate representation of color #4F2CEB: hue angle of 250.99º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F2CEB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 44 235 -
CMYK 0.66 0.81 0 0.08
HSL 250.99º 0.83% 0.55% -
HSV(B) 250.99º 0.81% 0.92% -
XYZ 19.12 9.46 79.42 -
YUV 76.24 217.6 129.97 -
System Red Green Blue C M Y K H S L
Decimal 79 44 235 0.66 0.81 0 0.08 250.99 0.83 0.55
Hex 4F 2C EB 42 51 0 8 FB 53 37
Octal 117 54 353 102 121 0 10 373 123 67
Binary 1001111 101100 11101011 1000010 1010001 0 1000 11111011 1010011 110111

Color Harmonies of #4F2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2CEB

Black with #4F2CEB

Text Example


Text Example

White with #4F2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2CEB; }

 p { color: rgb(79,44,235); }

 H1.HeaderClassName
 {
   color: #4F2CEB;
 }
 .AnyTagClassName
 {
   color: #4F2CEB;
 }
</style>

background-color css

<style>
 a { background-color: #4F2CEB; }

 a { background-color: rgb(79,44,235); }

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

border-color css

<style>
 span { border-color: #4F2CEB; }

 span { border-color: rgb(79,44,235); }

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