Html Css Color HEX #74226B Palatinate Purple

📋 copy color: '#74226B'

red 116 ◦ green 34 ◦ blue 107

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

Shades of Palatinate Purple #74226B

Tints of Palatinate Purple #74226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 45.14%
G = 13.23%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74226B (or 0x74226B) is known color: Palatinate Purple. HEX triplet: 74, 22 and 6B. RGB value is (116,34,107). Sum of RGB (Red+Green+Blue) = 116+34+107=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74226B is #8BDD94. Grayscale: #424242. Windows color (decimal): -9166229 or 7021172. OLE color: 7021172.

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

Color convert

RGB 116 34 107 -
CMYK 0 0.71 0.08 0.55
HSL 306.59º 0.55% 0.29% -
HSV(B) 306.59º 0.71% 0.45% -
XYZ 10.43 5.92 14.5 -
YUV 66.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 116 34 107 0 0.71 0.08 0.55 306.59 0.55 0.29
Hex 74 22 6B 0 47 8 37 133 37 1D
Octal 164 42 153 0 107 10 67 463 67 35
Binary 1110100 100010 1101011 0 1000111 1000 110111 100110011 110111 11101

Color Harmonies of #74226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74226B

Black with #74226B

Text Example


Text Example

White with #74226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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