Html Css Color HEX #74335D Palatinate Purple

📋 copy color: '#74335D'

red 116 ◦ green 51 ◦ blue 93

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

Shades of Palatinate Purple #74335D

Tints of Palatinate Purple #74335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 44.62%
G = 19.62%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74335D (or 0x74335D) is known color: Palatinate Purple. HEX triplet: 74, 33 and 5D. RGB value is (116,51,93). Sum of RGB (Red+Green+Blue) = 116+51+93=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74335D is #8BCCA2. Grayscale: #4B4B4B. Windows color (decimal): -9161891 or 6108020. OLE color: 6108020.

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

Color convert

RGB 116 51 93 -
CMYK 0 0.56 0.20 0.55
HSL 321.23º 0.39% 0.33% -
HSV(B) 321.23º 0.56% 0.45% -
XYZ 10.36 6.87 11.14 -
YUV 75.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 116 51 93 0 0.56 0.20 0.55 321.23 0.39 0.33
Hex 74 33 5D 0 38 14 37 141 27 21
Octal 164 63 135 0 70 24 67 501 47 41
Binary 1110100 110011 1011101 0 111000 10100 110111 101000001 100111 100001

Color Harmonies of #74335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74335D

Black with #74335D

Text Example


Text Example

White with #74335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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