Html Css Color HEX #74165D Palatinate Purple

📋 copy color: '#74165D'

red 116 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #74165D

Tints of Palatinate Purple #74165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 50.22%
G = 9.52%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74165D (or 0x74165D) is known color: Palatinate Purple. HEX triplet: 74, 16 and 5D. RGB value is (116,22,93). Sum of RGB (Red+Green+Blue) = 116+22+93=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74165D is #8BE9A2. Grayscale: #3A3A3A. Windows color (decimal): -9169315 or 6100596. OLE color: 6100596.

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

Color convert

RGB 116 22 93 -
CMYK 0 0.81 0.20 0.55
HSL 314.68º 0.68% 0.27% -
HSV(B) 314.68º 0.81% 0.45% -
XYZ 9.47 5.08 10.84 -
YUV 58.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 116 22 93 0 0.81 0.20 0.55 314.68 0.68 0.27
Hex 74 16 5D 0 51 14 37 13B 44 1B
Octal 164 26 135 0 121 24 67 473 104 33
Binary 1110100 10110 1011101 0 1010001 10100 110111 100111011 1000100 11011

Color Harmonies of #74165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74165D

Black with #74165D

Text Example


Text Example

White with #74165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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