Html Css Color HEX #4F2EEA Han Purple

📋 copy color: '#4F2EEA'

red 79 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #4F2EEA

Tints of Han Purple #4F2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.81%

 BLUE value IS 234 (91.8% from 255) = 65.18%

R = 22.01%
G = 12.81%
B = 65.18%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F2EEA (or 0x4F2EEA) is known color: Han Purple. HEX triplet: 4F, 2E and EA. RGB value is (79,46,234). Sum of RGB (Red+Green+Blue) = 79+46+234=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F2EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EEA is #B0D115. Grayscale: #4C4C4C. Windows color (decimal): -11587862 or 15347279. OLE color: 15347279.

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

Color convert

RGB 79 46 234 -
CMYK 0.66 0.80 0 0.08
HSL 250.53º 0.82% 0.55% -
HSV(B) 250.53º 0.8% 0.92% -
XYZ 19.05 9.56 78.68 -
YUV 77.3 216.43 129.21 -
System Red Green Blue C M Y K H S L
Decimal 79 46 234 0.66 0.80 0 0.08 250.53 0.82 0.55
Hex 4F 2E EA 42 50 0 8 FB 52 37
Octal 117 56 352 102 120 0 10 373 122 67
Binary 1001111 101110 11101010 1000010 1010000 0 1000 11111011 1010010 110111

Color Harmonies of #4F2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2EEA

Black with #4F2EEA

Text Example


Text Example

White with #4F2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,46,234); }

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

background-color css

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

 a { background-color: rgb(79,46,234); }

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

border-color css

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

 span { border-color: rgb(79,46,234); }

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