Html Css Color HEX #74246C Palatinate Purple

📋 copy color: '#74246C'

red 116 ◦ green 36 ◦ blue 108

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

Shades of Palatinate Purple #74246C

Tints of Palatinate Purple #74246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 44.62%
G = 13.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74246C (or 0x74246C) is known color: Palatinate Purple. HEX triplet: 74, 24 and 6C. RGB value is (116,36,108). Sum of RGB (Red+Green+Blue) = 116+36+108=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74246C is #8BDB93. Grayscale: #434343. Windows color (decimal): -9165716 or 7087220. OLE color: 7087220.

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

Color convert

RGB 116 36 108 -
CMYK 0 0.69 0.07 0.55
HSL 306º 0.53% 0.3% -
HSV(B) 306º 0.69% 0.45% -
XYZ 10.54 6.06 14.8 -
YUV 68.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 116 36 108 0 0.69 0.07 0.55 306 0.53 0.3
Hex 74 24 6C 0 45 7 37 132 35 1E
Octal 164 44 154 0 105 7 67 462 65 36
Binary 1110100 100100 1101100 0 1000101 111 110111 100110010 110101 11110

Color Harmonies of #74246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74246C

Black with #74246C

Text Example


Text Example

White with #74246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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