Html Css Color HEX #74236D Palatinate Purple

📋 copy color: '#74236D'

red 116 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #74236D

Tints of Palatinate Purple #74236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 44.62%
G = 13.46%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74236D (or 0x74236D) is known color: Palatinate Purple. HEX triplet: 74, 23 and 6D. RGB value is (116,35,109). Sum of RGB (Red+Green+Blue) = 116+35+109=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74236D is #8BDC92. Grayscale: #434343. Windows color (decimal): -9165971 or 7152500. OLE color: 7152500.

HSL color Cylindrical-coordinate representation of color #74236D: hue angle of 305.19º 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 #74236D is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 109 -
CMYK 0 0.70 0.06 0.55
HSL 305.19º 0.54% 0.3% -
HSV(B) 305.19º 0.7% 0.45% -
XYZ 10.56 6.02 15.07 -
YUV 67.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 116 35 109 0 0.70 0.06 0.55 305.19 0.54 0.3
Hex 74 23 6D 0 46 6 37 131 36 1E
Octal 164 43 155 0 106 6 67 461 66 36
Binary 1110100 100011 1101101 0 1000110 110 110111 100110001 110110 11110

Color Harmonies of #74236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74236D

Black with #74236D

Text Example


Text Example

White with #74236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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