Html Css Color HEX #74135E Palatinate Purple

📋 copy color: '#74135E'

red 116 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #74135E

Tints of Palatinate Purple #74135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 50.66%
G = 8.3%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74135E (or 0x74135E) is known color: Palatinate Purple. HEX triplet: 74, 13 and 5E. RGB value is (116,19,94). Sum of RGB (Red+Green+Blue) = 116+19+94=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74135E is #8BECA1. Grayscale: #383838. Windows color (decimal): -9170082 or 6165364. OLE color: 6165364.

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

Color convert

RGB 116 19 94 -
CMYK 0 0.84 0.19 0.55
HSL 313.61º 0.72% 0.26% -
HSV(B) 313.61º 0.84% 0.45% -
XYZ 9.46 4.99 11.05 -
YUV 56.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 116 19 94 0 0.84 0.19 0.55 313.61 0.72 0.26
Hex 74 13 5E 0 54 13 37 13A 48 1A
Octal 164 23 136 0 124 23 67 472 110 32
Binary 1110100 10011 1011110 0 1010100 10011 110111 100111010 1001000 11010

Color Harmonies of #74135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74135E

Black with #74135E

Text Example


Text Example

White with #74135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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