Html Css Color HEX #74125C Palatinate Purple

📋 copy color: '#74125C'

red 116 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #74125C

Tints of Palatinate Purple #74125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 51.33%
G = 7.96%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74125C (or 0x74125C) is known color: Palatinate Purple. HEX triplet: 74, 12 and 5C. RGB value is (116,18,92). Sum of RGB (Red+Green+Blue) = 116+18+92=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74125C is #8BEDA3. Grayscale: #373737. Windows color (decimal): -9170340 or 6034036. OLE color: 6034036.

HSL color Cylindrical-coordinate representation of color #74125C: hue angle of 314.69º 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 #74125C is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 92 -
CMYK 0 0.84 0.21 0.55
HSL 314.69º 0.73% 0.26% -
HSV(B) 314.69º 0.84% 0.45% -
XYZ 9.35 4.92 10.58 -
YUV 55.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 116 18 92 0 0.84 0.21 0.55 314.69 0.73 0.26
Hex 74 12 5C 0 54 15 37 13B 49 1A
Octal 164 22 134 0 124 25 67 473 111 32
Binary 1110100 10010 1011100 0 1010100 10101 110111 100111011 1001001 11010

Color Harmonies of #74125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74125C

Black with #74125C

Text Example


Text Example

White with #74125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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