Html Css Color HEX #74165E Palatinate Purple

📋 copy color: '#74165E'

red 116 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #74165E

Tints of Palatinate Purple #74165E

RGB

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

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

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

R = 50%
G = 9.48%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74165E (or 0x74165E) is known color: Palatinate Purple. HEX triplet: 74, 16 and 5E. RGB value is (116,22,94). Sum of RGB (Red+Green+Blue) = 116+22+94=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74165E is #8BE9A1. Grayscale: #3A3A3A. Windows color (decimal): -9169314 or 6166132. OLE color: 6166132.

HSL color Cylindrical-coordinate representation of color #74165E: hue angle of 314.04º 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 #74165E is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 94 -
CMYK 0 0.81 0.19 0.55
HSL 314.04º 0.68% 0.27% -
HSV(B) 314.04º 0.81% 0.45% -
XYZ 9.51 5.09 11.07 -
YUV 58.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 116 22 94 0 0.81 0.19 0.55 314.04 0.68 0.27
Hex 74 16 5E 0 51 13 37 13A 44 1B
Octal 164 26 136 0 121 23 67 472 104 33
Binary 1110100 10110 1011110 0 1010001 10011 110111 100111010 1000100 11011

Color Harmonies of #74165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74165E

Black with #74165E

Text Example


Text Example

White with #74165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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