Html Css Color HEX #74246F Palatinate Purple

📋 copy color: '#74246F'

red 116 ◦ green 36 ◦ blue 111

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

Shades of Palatinate Purple #74246F

Tints of Palatinate Purple #74246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 44.11%
G = 13.69%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74246F (or 0x74246F) is known color: Palatinate Purple. HEX triplet: 74, 24 and 6F. RGB value is (116,36,111). Sum of RGB (Red+Green+Blue) = 116+36+111=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74246F is #8BDB90. Grayscale: #444444. Windows color (decimal): -9165713 or 7283828. OLE color: 7283828.

HSL color Cylindrical-coordinate representation of color #74246F: hue angle of 303.75º 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 #74246F is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 111 -
CMYK 0 0.69 0.04 0.55
HSL 303.75º 0.53% 0.3% -
HSV(B) 303.75º 0.69% 0.45% -
XYZ 10.7 6.12 15.66 -
YUV 68.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 116 36 111 0 0.69 0.04 0.55 303.75 0.53 0.3
Hex 74 24 6F 0 45 4 37 130 35 1E
Octal 164 44 157 0 105 4 67 460 65 36
Binary 1110100 100100 1101111 0 1000101 100 110111 100110000 110101 11110

Color Harmonies of #74246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74246F

Black with #74246F

Text Example


Text Example

White with #74246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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