Html Css Color HEX #74225F Palatinate Purple

📋 copy color: '#74225F'

red 116 ◦ green 34 ◦ blue 95

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

Shades of Palatinate Purple #74225F

Tints of Palatinate Purple #74225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 47.35%
G = 13.88%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74225F (or 0x74225F) is known color: Palatinate Purple. HEX triplet: 74, 22 and 5F. RGB value is (116,34,95). Sum of RGB (Red+Green+Blue) = 116+34+95=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74225F is #8BDDA0. Grayscale: #414141. Windows color (decimal): -9166241 or 6234740. OLE color: 6234740.

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

Color convert

RGB 116 34 95 -
CMYK 0 0.71 0.18 0.55
HSL 315.37º 0.55% 0.29% -
HSV(B) 315.37º 0.71% 0.45% -
XYZ 9.84 5.68 11.4 -
YUV 65.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 116 34 95 0 0.71 0.18 0.55 315.37 0.55 0.29
Hex 74 22 5F 0 47 12 37 13B 37 1D
Octal 164 42 137 0 107 22 67 473 67 35
Binary 1110100 100010 1011111 0 1000111 10010 110111 100111011 110111 11101

Color Harmonies of #74225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74225F

Black with #74225F

Text Example


Text Example

White with #74225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74225F; }

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

 H1.HeaderClassName
 {
   color: #74225F;
 }
 .AnyTagClassName
 {
   color: #74225F;
 }
</style>

background-color css

<style>
 a { background-color: #74225F; }

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

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

border-color css

<style>
 span { border-color: #74225F; }

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

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