Html Css Color HEX #74296C Palatinate Purple

📋 copy color: '#74296C'

red 116 ◦ green 41 ◦ blue 108

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

Shades of Palatinate Purple #74296C

Tints of Palatinate Purple #74296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 43.77%
G = 15.47%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74296C (or 0x74296C) is known color: Palatinate Purple. HEX triplet: 74, 29 and 6C. RGB value is (116,41,108). Sum of RGB (Red+Green+Blue) = 116+41+108=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74296C is #8BD693. Grayscale: #464646. Windows color (decimal): -9164436 or 7088500. OLE color: 7088500.

HSL color Cylindrical-coordinate representation of color #74296C: hue angle of 306.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74296C is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 108 -
CMYK 0 0.65 0.07 0.55
HSL 306.4º 0.48% 0.31% -
HSV(B) 306.4º 0.65% 0.45% -
XYZ 10.7 6.38 14.86 -
YUV 71.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 116 41 108 0 0.65 0.07 0.55 306.4 0.48 0.31
Hex 74 29 6C 0 41 7 37 132 30 1F
Octal 164 51 154 0 101 7 67 462 60 37
Binary 1110100 101001 1101100 0 1000001 111 110111 100110010 110000 11111

Color Harmonies of #74296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74296C

Black with #74296C

Text Example


Text Example

White with #74296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,41,108); }

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

background-color css

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

 a { background-color: rgb(116,41,108); }

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

border-color css

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

 span { border-color: rgb(116,41,108); }

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