Html Css Color HEX #74205E Palatinate Purple

📋 copy color: '#74205E'

red 116 ◦ green 32 ◦ blue 94

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

Shades of Palatinate Purple #74205E

Tints of Palatinate Purple #74205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 47.93%
G = 13.22%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74205E (or 0x74205E) is known color: Palatinate Purple. HEX triplet: 74, 20 and 5E. RGB value is (116,32,94). Sum of RGB (Red+Green+Blue) = 116+32+94=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205E is #8BDFA1. Grayscale: #404040. Windows color (decimal): -9166754 or 6168692. OLE color: 6168692.

HSL color Cylindrical-coordinate representation of color #74205E: hue angle of 315.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74205E is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 94 -
CMYK 0 0.72 0.19 0.55
HSL 315.71º 0.57% 0.29% -
HSV(B) 315.71º 0.72% 0.45% -
XYZ 9.74 5.55 11.15 -
YUV 64.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 116 32 94 0 0.72 0.19 0.55 315.71 0.57 0.29
Hex 74 20 5E 0 48 13 37 13C 39 1D
Octal 164 40 136 0 110 23 67 474 71 35
Binary 1110100 100000 1011110 0 1001000 10011 110111 100111100 111001 11101

Color Harmonies of #74205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74205E

Black with #74205E

Text Example


Text Example

White with #74205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,32,94); }

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

background-color css

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

 a { background-color: rgb(116,32,94); }

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

border-color css

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

 span { border-color: rgb(116,32,94); }

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