Html Css Color HEX #74336C Palatinate Purple

📋 copy color: '#74336C'

red 116 ◦ green 51 ◦ blue 108

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

Shades of Palatinate Purple #74336C

Tints of Palatinate Purple #74336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 42.18%
G = 18.55%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74336C (or 0x74336C) is known color: Palatinate Purple. HEX triplet: 74, 33 and 6C. RGB value is (116,51,108). Sum of RGB (Red+Green+Blue) = 116+51+108=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74336C is #8BCC93. Grayscale: #4C4C4C. Windows color (decimal): -9161876 or 7091060. OLE color: 7091060.

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

Color convert

RGB 116 51 108 -
CMYK 0 0.56 0.07 0.55
HSL 307.38º 0.39% 0.33% -
HSV(B) 307.38º 0.56% 0.45% -
XYZ 11.09 7.16 14.99 -
YUV 76.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 116 51 108 0 0.56 0.07 0.55 307.38 0.39 0.33
Hex 74 33 6C 0 38 7 37 133 27 21
Octal 164 63 154 0 70 7 67 463 47 41
Binary 1110100 110011 1101100 0 111000 111 110111 100110011 100111 100001

Color Harmonies of #74336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74336C

Black with #74336C

Text Example


Text Example

White with #74336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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