Html Css Color HEX #74226D Palatinate Purple

📋 copy color: '#74226D'

red 116 ◦ green 34 ◦ blue 109

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

Shades of Palatinate Purple #74226D

Tints of Palatinate Purple #74226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 44.79%
G = 13.13%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74226D (or 0x74226D) is known color: Palatinate Purple. HEX triplet: 74, 22 and 6D. RGB value is (116,34,109). Sum of RGB (Red+Green+Blue) = 116+34+109=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74226D is #8BDD92. Grayscale: #424242. Windows color (decimal): -9166227 or 7152244. OLE color: 7152244.

HSL color Cylindrical-coordinate representation of color #74226D: hue angle of 305.12º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74226D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 109 -
CMYK 0 0.71 0.06 0.55
HSL 305.12º 0.55% 0.29% -
HSV(B) 305.12º 0.71% 0.45% -
XYZ 10.53 5.96 15.06 -
YUV 67.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 116 34 109 0 0.71 0.06 0.55 305.12 0.55 0.29
Hex 74 22 6D 0 47 6 37 131 37 1D
Octal 164 42 155 0 107 6 67 461 67 35
Binary 1110100 100010 1101101 0 1000111 110 110111 100110001 110111 11101

Color Harmonies of #74226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74226D

Black with #74226D

Text Example


Text Example

White with #74226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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