Html Css Color HEX #74165B Palatinate Purple

📋 copy color: '#74165B'

red 116 ◦ green 22 ◦ blue 91

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

Shades of Palatinate Purple #74165B

Tints of Palatinate Purple #74165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 50.66%
G = 9.61%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74165B (or 0x74165B) is known color: Palatinate Purple. HEX triplet: 74, 16 and 5B. RGB value is (116,22,91). Sum of RGB (Red+Green+Blue) = 116+22+91=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74165B is #8BE9A4. Grayscale: #393939. Windows color (decimal): -9169317 or 5969524. OLE color: 5969524.

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

Color convert

RGB 116 22 91 -
CMYK 0 0.81 0.22 0.55
HSL 315.96º 0.68% 0.27% -
HSV(B) 315.96º 0.81% 0.45% -
XYZ 9.38 5.04 10.38 -
YUV 57.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 116 22 91 0 0.81 0.22 0.55 315.96 0.68 0.27
Hex 74 16 5B 0 51 16 37 13C 44 1B
Octal 164 26 133 0 121 26 67 474 104 33
Binary 1110100 10110 1011011 0 1010001 10110 110111 100111100 1000100 11011

Color Harmonies of #74165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74165B

Black with #74165B

Text Example


Text Example

White with #74165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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