Html Css Color HEX #4A254F Hot Purple

📋 copy color: '#4A254F'

red 74 ◦ green 37 ◦ blue 79

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

Shades of Hot Purple #4A254F

Tints of Hot Purple #4A254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 38.95%
G = 19.47%
B = 41.58%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A254F (or 0x4A254F) is known color: Hot Purple. HEX triplet: 4A, 25 and 4F. RGB value is (74,37,79). Sum of RGB (Red+Green+Blue) = 74+37+79=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A254F is #B5DAB0. Grayscale: #343434. Windows color (decimal): -11918001 or 5186890. OLE color: 5186890.

HSL color Cylindrical-coordinate representation of color #4A254F: hue angle of 292.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A254F is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 37 79 -
CMYK 0.06 0.53 0 0.69
HSL 292.86º 0.36% 0.23% -
HSV(B) 292.86º 0.53% 0.31% -
XYZ 4.9 3.34 7.78 -
YUV 52.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 74 37 79 0.06 0.53 0 0.69 292.86 0.36 0.23
Hex 4A 25 4F 6 35 0 45 125 24 17
Octal 112 45 117 6 65 0 105 445 44 27
Binary 1001010 100101 1001111 110 110101 0 1000101 100100101 100100 10111

Color Harmonies of #4A254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A254F

Black with #4A254F

Text Example


Text Example

White with #4A254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,37,79); }

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

background-color css

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

 a { background-color: rgb(74,37,79); }

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

border-color css

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

 span { border-color: rgb(74,37,79); }

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