Html Css Color HEX #74236F Palatinate Purple

📋 copy color: '#74236F'

red 116 ◦ green 35 ◦ blue 111

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

Shades of Palatinate Purple #74236F

Tints of Palatinate Purple #74236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 44.27%
G = 13.36%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74236F (or 0x74236F) is known color: Palatinate Purple. HEX triplet: 74, 23 and 6F. RGB value is (116,35,111). Sum of RGB (Red+Green+Blue) = 116+35+111=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74236F is #8BDC90. Grayscale: #434343. Windows color (decimal): -9165969 or 7283572. OLE color: 7283572.

HSL color Cylindrical-coordinate representation of color #74236F: hue angle of 303.7º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74236F is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 111 -
CMYK 0 0.70 0.04 0.55
HSL 303.7º 0.54% 0.3% -
HSV(B) 303.7º 0.7% 0.45% -
XYZ 10.67 6.06 15.65 -
YUV 67.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 116 35 111 0 0.70 0.04 0.55 303.7 0.54 0.3
Hex 74 23 6F 0 46 4 37 130 36 1E
Octal 164 43 157 0 106 4 67 460 66 36
Binary 1110100 100011 1101111 0 1000110 100 110111 100110000 110110 11110

Color Harmonies of #74236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74236F

Black with #74236F

Text Example


Text Example

White with #74236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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