Html Css Color HEX #74305D Palatinate Purple

📋 copy color: '#74305D'

red 116 ◦ green 48 ◦ blue 93

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

Shades of Palatinate Purple #74305D

Tints of Palatinate Purple #74305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 45.14%
G = 18.68%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74305D (or 0x74305D) is known color: Palatinate Purple. HEX triplet: 74, 30 and 5D. RGB value is (116,48,93). Sum of RGB (Red+Green+Blue) = 116+48+93=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74305D is #8BCFA2. Grayscale: #494949. Windows color (decimal): -9162659 or 6107252. OLE color: 6107252.

HSL color Cylindrical-coordinate representation of color #74305D: hue angle of 320.29º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74305D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 93 -
CMYK 0 0.59 0.20 0.55
HSL 320.29º 0.41% 0.32% -
HSV(B) 320.29º 0.59% 0.45% -
XYZ 10.24 6.62 11.09 -
YUV 73.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 116 48 93 0 0.59 0.20 0.55 320.29 0.41 0.32
Hex 74 30 5D 0 3B 14 37 140 29 20
Octal 164 60 135 0 73 24 67 500 51 40
Binary 1110100 110000 1011101 0 111011 10100 110111 101000000 101001 100000

Color Harmonies of #74305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74305D

Black with #74305D

Text Example


Text Example

White with #74305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,48,93); }

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

background-color css

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

 a { background-color: rgb(116,48,93); }

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

border-color css

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

 span { border-color: rgb(116,48,93); }

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