Html Css Color HEX #4F1CEA Han Purple

📋 copy color: '#4F1CEA'

red 79 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #4F1CEA

Tints of Han Purple #4F1CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

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

R = 23.17%
G = 8.21%
B = 68.62%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F1CEA (or 0x4F1CEA) is known color: Han Purple. HEX triplet: 4F, 1C and EA. RGB value is (79,28,234). Sum of RGB (Red+Green+Blue) = 79+28+234=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F1CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1CEA is #B0E315. Grayscale: #414141. Windows color (decimal): -11592470 or 15342671. OLE color: 15342671.

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

Color convert

RGB 79 28 234 -
CMYK 0.66 0.88 0 0.08
HSL 254.85º 0.83% 0.51% -
HSV(B) 254.85º 0.88% 0.92% -
XYZ 18.49 8.43 78.5 -
YUV 66.73 222.4 136.75 -
System Red Green Blue C M Y K H S L
Decimal 79 28 234 0.66 0.88 0 0.08 254.85 0.83 0.51
Hex 4F 1C EA 42 58 0 8 FF 53 33
Octal 117 34 352 102 130 0 10 377 123 63
Binary 1001111 11100 11101010 1000010 1011000 0 1000 11111111 1010011 110011

Color Harmonies of #4F1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1CEA

Black with #4F1CEA

Text Example


Text Example

White with #4F1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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