Html Css Color HEX #74245F Palatinate Purple

📋 copy color: '#74245F'

red 116 ◦ green 36 ◦ blue 95

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

Shades of Palatinate Purple #74245F

Tints of Palatinate Purple #74245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 46.96%
G = 14.57%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74245F (or 0x74245F) is known color: Palatinate Purple. HEX triplet: 74, 24 and 5F. RGB value is (116,36,95). Sum of RGB (Red+Green+Blue) = 116+36+95=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74245F is #8BDBA0. Grayscale: #424242. Windows color (decimal): -9165729 or 6235252. OLE color: 6235252.

HSL color Cylindrical-coordinate representation of color #74245F: hue angle of 315.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74245F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 95 -
CMYK 0 0.69 0.18 0.55
HSL 315.75º 0.53% 0.3% -
HSV(B) 315.75º 0.69% 0.45% -
XYZ 9.9 5.8 11.42 -
YUV 66.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 116 36 95 0 0.69 0.18 0.55 315.75 0.53 0.3
Hex 74 24 5F 0 45 12 37 13C 35 1E
Octal 164 44 137 0 105 22 67 474 65 36
Binary 1110100 100100 1011111 0 1000101 10010 110111 100111100 110101 11110

Color Harmonies of #74245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74245F

Black with #74245F

Text Example


Text Example

White with #74245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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