Html Css Color HEX #74135D Palatinate Purple

📋 copy color: '#74135D'

red 116 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #74135D

Tints of Palatinate Purple #74135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 50.88%
G = 8.33%
B = 40.79%

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

#74135D (or 0x74135D) is known color: Palatinate Purple. HEX triplet: 74, 13 and 5D. RGB value is (116,19,93). Sum of RGB (Red+Green+Blue) = 116+19+93=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74135D is #8BECA2. Grayscale: #383838. Windows color (decimal): -9170083 or 6099828. OLE color: 6099828.

HSL color Cylindrical-coordinate representation of color #74135D: hue angle of 314.23º degrees, saturation: 0.72, 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 #74135D is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 93 -
CMYK 0 0.84 0.20 0.55
HSL 314.23º 0.72% 0.26% -
HSV(B) 314.23º 0.84% 0.45% -
XYZ 9.41 4.97 10.82 -
YUV 56.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 116 19 93 0 0.84 0.20 0.55 314.23 0.72 0.26
Hex 74 13 5D 0 54 14 37 13A 48 1A
Octal 164 23 135 0 124 24 67 472 110 32
Binary 1110100 10011 1011101 0 1010100 10100 110111 100111010 1001000 11010

Color Harmonies of #74135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74135D

Black with #74135D

Text Example


Text Example

White with #74135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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