Html Css Color HEX #74206D Palatinate Purple

📋 copy color: '#74206D'

red 116 ◦ green 32 ◦ blue 109

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

Shades of Palatinate Purple #74206D

Tints of Palatinate Purple #74206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 45.14%
G = 12.45%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74206D (or 0x74206D) is known color: Palatinate Purple. HEX triplet: 74, 20 and 6D. RGB value is (116,32,109). Sum of RGB (Red+Green+Blue) = 116+32+109=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206D is #8BDF92. Grayscale: #414141. Windows color (decimal): -9166739 or 7151732. OLE color: 7151732.

HSL color Cylindrical-coordinate representation of color #74206D: hue angle of 305º 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 #74206D is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 109 -
CMYK 0 0.72 0.06 0.55
HSL 305º 0.57% 0.29% -
HSV(B) 305º 0.72% 0.45% -
XYZ 10.48 5.85 15.04 -
YUV 65.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 116 32 109 0 0.72 0.06 0.55 305 0.57 0.29
Hex 74 20 6D 0 48 6 37 131 39 1D
Octal 164 40 155 0 110 6 67 461 71 35
Binary 1110100 100000 1101101 0 1001000 110 110111 100110001 111001 11101

Color Harmonies of #74206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74206D

Black with #74206D

Text Example


Text Example

White with #74206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74206D; }

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

 H1.HeaderClassName
 {
   color: #74206D;
 }
 .AnyTagClassName
 {
   color: #74206D;
 }
</style>

background-color css

<style>
 a { background-color: #74206D; }

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

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

border-color css

<style>
 span { border-color: #74206D; }

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

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