Html Css Color HEX #74125D Palatinate Purple

📋 copy color: '#74125D'

red 116 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #74125D

Tints of Palatinate Purple #74125D

RGB

 RED value IS 116 (45.7% from 255) = 51.1%

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 51.1%
G = 7.93%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74125D (or 0x74125D) is known color: Palatinate Purple. HEX triplet: 74, 12 and 5D. RGB value is (116,18,93). Sum of RGB (Red+Green+Blue) = 116+18+93=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74125D is #8BEDA2. Grayscale: #373737. Windows color (decimal): -9170339 or 6099572. OLE color: 6099572.

HSL color Cylindrical-coordinate representation of color #74125D: hue angle of 314.08º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74125D is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 93 -
CMYK 0 0.84 0.20 0.55
HSL 314.08º 0.73% 0.26% -
HSV(B) 314.08º 0.84% 0.45% -
XYZ 9.39 4.94 10.81 -
YUV 55.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 116 18 93 0 0.84 0.20 0.55 314.08 0.73 0.26
Hex 74 12 5D 0 54 14 37 13A 49 1A
Octal 164 22 135 0 124 24 67 472 111 32
Binary 1110100 10010 1011101 0 1010100 10100 110111 100111010 1001001 11010

Color Harmonies of #74125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74125D

Black with #74125D

Text Example


Text Example

White with #74125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74125D; }

 p { color: rgb(116,18,93); }

 H1.HeaderClassName
 {
   color: #74125D;
 }
 .AnyTagClassName
 {
   color: #74125D;
 }
</style>

background-color css

<style>
 a { background-color: #74125D; }

 a { background-color: rgb(116,18,93); }

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

border-color css

<style>
 span { border-color: #74125D; }

 span { border-color: rgb(116,18,93); }

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