Html Css Color HEX #74155C Palatinate Purple

📋 copy color: '#74155C'

red 116 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #74155C

Tints of Palatinate Purple #74155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 50.66%
G = 9.17%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74155C (or 0x74155C) is known color: Palatinate Purple. HEX triplet: 74, 15 and 5C. RGB value is (116,21,92). Sum of RGB (Red+Green+Blue) = 116+21+92=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74155C is #8BEAA3. Grayscale: #393939. Windows color (decimal): -9169572 or 6034804. OLE color: 6034804.

HSL color Cylindrical-coordinate representation of color #74155C: hue angle of 315.16º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74155C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 92 -
CMYK 0 0.82 0.21 0.55
HSL 315.16º 0.69% 0.27% -
HSV(B) 315.16º 0.82% 0.45% -
XYZ 9.4 5.02 10.6 -
YUV 57.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 116 21 92 0 0.82 0.21 0.55 315.16 0.69 0.27
Hex 74 15 5C 0 52 15 37 13B 45 1B
Octal 164 25 134 0 122 25 67 473 105 33
Binary 1110100 10101 1011100 0 1010010 10101 110111 100111011 1000101 11011

Color Harmonies of #74155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74155C

Black with #74155C

Text Example


Text Example

White with #74155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74155C; }

 p { color: rgb(116,21,92); }

 H1.HeaderClassName
 {
   color: #74155C;
 }
 .AnyTagClassName
 {
   color: #74155C;
 }
</style>

background-color css

<style>
 a { background-color: #74155C; }

 a { background-color: rgb(116,21,92); }

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

border-color css

<style>
 span { border-color: #74155C; }

 span { border-color: rgb(116,21,92); }

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