Html Css Color HEX #4E2655 Hot Purple

📋 copy color: '#4E2655'

red 78 ◦ green 38 ◦ blue 85

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

Shades of Hot Purple #4E2655

Tints of Hot Purple #4E2655

RGB

 RED value IS 78 (30.86% from 255) = 38.81%

 GREEN value IS 38 (15.23% from 255) = 18.91%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 38.81%
G = 18.91%
B = 42.29%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E2655 (or 0x4E2655) is known color: Hot Purple. HEX triplet: 4E, 26 and 55. RGB value is (78,38,85). Sum of RGB (Red+Green+Blue) = 78+38+85=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E2655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2655 is #B1D9AA. Grayscale: #373737. Windows color (decimal): -11655595 or 5580366. OLE color: 5580366.

HSL color Cylindrical-coordinate representation of color #4E2655: hue angle of 291.06º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2655 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 38 85 -
CMYK 0.08 0.55 0 0.67
HSL 291.06º 0.38% 0.24% -
HSV(B) 291.06º 0.55% 0.33% -
XYZ 5.47 3.66 9.01 -
YUV 55.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 78 38 85 0.08 0.55 0 0.67 291.06 0.38 0.24
Hex 4E 26 55 8 37 0 43 123 26 18
Octal 116 46 125 10 67 0 103 443 46 30
Binary 1001110 100110 1010101 1000 110111 0 1000011 100100011 100110 11000

Color Harmonies of #4E2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2655

Black with #4E2655

Text Example


Text Example

White with #4E2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,38,85); }

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

background-color css

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

 a { background-color: rgb(78,38,85); }

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

border-color css

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

 span { border-color: rgb(78,38,85); }

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