Html Css Color HEX #4A274E Hot Purple

📋 copy color: '#4A274E'

red 74 ◦ green 39 ◦ blue 78

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

Shades of Hot Purple #4A274E

Tints of Hot Purple #4A274E

RGB

 RED value IS 74 (29.3% from 255) = 38.74%

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 38.74%
G = 20.42%
B = 40.84%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A274E (or 0x4A274E) is known color: Hot Purple. HEX triplet: 4A, 27 and 4E. RGB value is (74,39,78). Sum of RGB (Red+Green+Blue) = 74+39+78=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A274E is #B5D8B1. Grayscale: #353535. Windows color (decimal): -11917490 or 5121866. OLE color: 5121866.

HSL color Cylindrical-coordinate representation of color #4A274E: hue angle of 293.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A274E is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 39 78 -
CMYK 0.05 0.50 0 0.69
HSL 293.85º 0.33% 0.23% -
HSV(B) 293.85º 0.5% 0.31% -
XYZ 4.92 3.46 7.62 -
YUV 53.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 74 39 78 0.05 0.50 0 0.69 293.85 0.33 0.23
Hex 4A 27 4E 5 32 0 45 126 21 17
Octal 112 47 116 5 62 0 105 446 41 27
Binary 1001010 100111 1001110 101 110010 0 1000101 100100110 100001 10111

Color Harmonies of #4A274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A274E

Black with #4A274E

Text Example


Text Example

White with #4A274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,78); }

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

background-color css

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

 a { background-color: rgb(74,39,78); }

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

border-color css

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

 span { border-color: rgb(74,39,78); }

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