Html Css Color HEX #74336B Palatinate Purple

📋 copy color: '#74336B'

red 116 ◦ green 51 ◦ blue 107

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

Shades of Palatinate Purple #74336B

Tints of Palatinate Purple #74336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 42.34%
G = 18.61%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74336B (or 0x74336B) is known color: Palatinate Purple. HEX triplet: 74, 33 and 6B. RGB value is (116,51,107). Sum of RGB (Red+Green+Blue) = 116+51+107=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74336B is #8BCC94. Grayscale: #4C4C4C. Windows color (decimal): -9161877 or 7025524. OLE color: 7025524.

HSL color Cylindrical-coordinate representation of color #74336B: hue angle of 308.31º 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 #74336B is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 107 -
CMYK 0 0.56 0.08 0.55
HSL 308.31º 0.39% 0.33% -
HSV(B) 308.31º 0.56% 0.45% -
XYZ 11.04 7.14 14.71 -
YUV 76.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 116 51 107 0 0.56 0.08 0.55 308.31 0.39 0.33
Hex 74 33 6B 0 38 8 37 134 27 21
Octal 164 63 153 0 70 10 67 464 47 41
Binary 1110100 110011 1101011 0 111000 1000 110111 100110100 100111 100001

Color Harmonies of #74336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74336B

Black with #74336B

Text Example


Text Example

White with #74336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74336B; }

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

 H1.HeaderClassName
 {
   color: #74336B;
 }
 .AnyTagClassName
 {
   color: #74336B;
 }
</style>

background-color css

<style>
 a { background-color: #74336B; }

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

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

border-color css

<style>
 span { border-color: #74336B; }

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

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