Html Css Color HEX #74176B Palatinate Purple

📋 copy color: '#74176B'

red 116 ◦ green 23 ◦ blue 107

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

Shades of Palatinate Purple #74176B

Tints of Palatinate Purple #74176B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 47.15%
G = 9.35%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74176B (or 0x74176B) is known color: Palatinate Purple. HEX triplet: 74, 17 and 6B. RGB value is (116,23,107). Sum of RGB (Red+Green+Blue) = 116+23+107=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176B is #8BE894. Grayscale: #3C3C3C. Windows color (decimal): -9169045 or 7018356. OLE color: 7018356.

HSL color Cylindrical-coordinate representation of color #74176B: hue angle of 305.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74176B is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 107 -
CMYK 0 0.80 0.08 0.55
HSL 305.81º 0.67% 0.27% -
HSV(B) 305.81º 0.8% 0.45% -
XYZ 10.16 5.39 14.41 -
YUV 60.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 116 23 107 0 0.80 0.08 0.55 305.81 0.67 0.27
Hex 74 17 6B 0 50 8 37 132 43 1B
Octal 164 27 153 0 120 10 67 462 103 33
Binary 1110100 10111 1101011 0 1010000 1000 110111 100110010 1000011 11011

Color Harmonies of #74176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74176B

Black with #74176B

Text Example


Text Example

White with #74176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,23,107); }

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

background-color css

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

 a { background-color: rgb(116,23,107); }

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

border-color css

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

 span { border-color: rgb(116,23,107); }

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