Html Css Color HEX #74365E Palatinate Purple

📋 copy color: '#74365E'

red 116 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #74365E

Tints of Palatinate Purple #74365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

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

R = 43.94%
G = 20.45%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74365E (or 0x74365E) is known color: Palatinate Purple. HEX triplet: 74, 36 and 5E. RGB value is (116,54,94). Sum of RGB (Red+Green+Blue) = 116+54+94=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74365E is #8BC9A1. Grayscale: #4D4D4D. Windows color (decimal): -9161122 or 6174324. OLE color: 6174324.

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

Color convert

RGB 116 54 94 -
CMYK 0 0.53 0.19 0.55
HSL 321.29º 0.36% 0.33% -
HSV(B) 321.29º 0.53% 0.45% -
XYZ 10.54 7.16 11.42 -
YUV 77.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 116 54 94 0 0.53 0.19 0.55 321.29 0.36 0.33
Hex 74 36 5E 0 35 13 37 141 24 21
Octal 164 66 136 0 65 23 67 501 44 41
Binary 1110100 110110 1011110 0 110101 10011 110111 101000001 100100 100001

Color Harmonies of #74365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74365E

Black with #74365E

Text Example


Text Example

White with #74365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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