Html Css Color HEX #74235C Palatinate Purple

📋 copy color: '#74235C'

red 116 ◦ green 35 ◦ blue 92

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

Shades of Palatinate Purple #74235C

Tints of Palatinate Purple #74235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 47.74%
G = 14.4%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74235C (or 0x74235C) is known color: Palatinate Purple. HEX triplet: 74, 23 and 5C. RGB value is (116,35,92). Sum of RGB (Red+Green+Blue) = 116+35+92=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74235C is #8BDCA3. Grayscale: #414141. Windows color (decimal): -9165988 or 6038388. OLE color: 6038388.

HSL color Cylindrical-coordinate representation of color #74235C: hue angle of 317.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74235C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 92 -
CMYK 0 0.70 0.21 0.55
HSL 317.78º 0.54% 0.3% -
HSV(B) 317.78º 0.7% 0.45% -
XYZ 9.74 5.69 10.71 -
YUV 65.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 116 35 92 0 0.70 0.21 0.55 317.78 0.54 0.3
Hex 74 23 5C 0 46 15 37 13E 36 1E
Octal 164 43 134 0 106 25 67 476 66 36
Binary 1110100 100011 1011100 0 1000110 10101 110111 100111110 110110 11110

Color Harmonies of #74235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74235C

Black with #74235C

Text Example


Text Example

White with #74235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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