Html Css Color HEX #74226E Palatinate Purple

📋 copy color: '#74226E'

red 116 ◦ green 34 ◦ blue 110

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

Shades of Palatinate Purple #74226E

Tints of Palatinate Purple #74226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 44.62%
G = 13.08%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74226E (or 0x74226E) is known color: Palatinate Purple. HEX triplet: 74, 22 and 6E. RGB value is (116,34,110). Sum of RGB (Red+Green+Blue) = 116+34+110=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74226E is #8BDD91. Grayscale: #424242. Windows color (decimal): -9166226 or 7217780. OLE color: 7217780.

HSL color Cylindrical-coordinate representation of color #74226E: hue angle of 304.39º 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 #74226E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 110 -
CMYK 0 0.71 0.05 0.55
HSL 304.39º 0.55% 0.29% -
HSV(B) 304.39º 0.71% 0.45% -
XYZ 10.59 5.98 15.35 -
YUV 67.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 116 34 110 0 0.71 0.05 0.55 304.39 0.55 0.29
Hex 74 22 6E 0 47 5 37 130 37 1D
Octal 164 42 156 0 107 5 67 460 67 35
Binary 1110100 100010 1101110 0 1000111 101 110111 100110000 110111 11101

Color Harmonies of #74226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74226E

Black with #74226E

Text Example


Text Example

White with #74226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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