Html Css Color HEX #74226A Palatinate Purple

📋 copy color: '#74226A'

red 116 ◦ green 34 ◦ blue 106

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

Shades of Palatinate Purple #74226A

Tints of Palatinate Purple #74226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 45.31%
G = 13.28%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74226A (or 0x74226A) is known color: Palatinate Purple. HEX triplet: 74, 22 and 6A. RGB value is (116,34,106). Sum of RGB (Red+Green+Blue) = 116+34+106=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74226A is #8BDD95. Grayscale: #424242. Windows color (decimal): -9166230 or 6955636. OLE color: 6955636.

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

Color convert

RGB 116 34 106 -
CMYK 0 0.71 0.09 0.55
HSL 307.32º 0.55% 0.29% -
HSV(B) 307.32º 0.71% 0.45% -
XYZ 10.38 5.9 14.23 -
YUV 66.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 116 34 106 0 0.71 0.09 0.55 307.32 0.55 0.29
Hex 74 22 6A 0 47 9 37 133 37 1D
Octal 164 42 152 0 107 11 67 463 67 35
Binary 1110100 100010 1101010 0 1000111 1001 110111 100110011 110111 11101

Color Harmonies of #74226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74226A

Black with #74226A

Text Example


Text Example

White with #74226A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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