Html Css Color HEX #4B254A Hot Purple

📋 copy color: '#4B254A'

red 75 ◦ green 37 ◦ blue 74

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

Shades of Hot Purple #4B254A

Tints of Hot Purple #4B254A

RGB

 RED value IS 75 (29.69% from 255) = 40.32%

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

 BLUE value IS 74 (29.3% from 255) = 39.78%

R = 40.32%
G = 19.89%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4B254A (or 0x4B254A) is known color: Hot Purple. HEX triplet: 4B, 25 and 4A. RGB value is (75,37,74). Sum of RGB (Red+Green+Blue) = 75+37+74=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B254A is #B4DAB5. Grayscale: #343434. Windows color (decimal): -11852470 or 4859211. OLE color: 4859211.

HSL color Cylindrical-coordinate representation of color #4B254A: hue angle of 301.58º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B254A is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 37 74 -
CMYK 0 0.51 0.01 0.71
HSL 301.58º 0.34% 0.22% -
HSV(B) 301.58º 0.51% 0.29% -
XYZ 4.8 3.31 6.87 -
YUV 52.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 75 37 74 0 0.51 0.01 0.71 301.58 0.34 0.22
Hex 4B 25 4A 0 33 1 47 12E 22 16
Octal 113 45 112 0 63 1 107 456 42 26
Binary 1001011 100101 1001010 0 110011 1 1000111 100101110 100010 10110

Color Harmonies of #4B254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B254A

Black with #4B254A

Text Example


Text Example

White with #4B254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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