Html Css Color HEX #74255E Palatinate Purple

📋 copy color: '#74255E'

red 116 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #74255E

Tints of Palatinate Purple #74255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 46.96%
G = 14.98%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74255E (or 0x74255E) is known color: Palatinate Purple. HEX triplet: 74, 25 and 5E. RGB value is (116,37,94). Sum of RGB (Red+Green+Blue) = 116+37+94=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74255E is #8BDAA1. Grayscale: #424242. Windows color (decimal): -9165474 or 6169972. OLE color: 6169972.

HSL color Cylindrical-coordinate representation of color #74255E: hue angle of 316.71º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74255E is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 94 -
CMYK 0 0.68 0.19 0.55
HSL 316.71º 0.52% 0.3% -
HSV(B) 316.71º 0.68% 0.45% -
XYZ 9.88 5.84 11.2 -
YUV 67.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 116 37 94 0 0.68 0.19 0.55 316.71 0.52 0.3
Hex 74 25 5E 0 44 13 37 13D 34 1E
Octal 164 45 136 0 104 23 67 475 64 36
Binary 1110100 100101 1011110 0 1000100 10011 110111 100111101 110100 11110

Color Harmonies of #74255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74255E

Black with #74255E

Text Example


Text Example

White with #74255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74255E; }

 p { color: rgb(116,37,94); }

 H1.HeaderClassName
 {
   color: #74255E;
 }
 .AnyTagClassName
 {
   color: #74255E;
 }
</style>

background-color css

<style>
 a { background-color: #74255E; }

 a { background-color: rgb(116,37,94); }

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

border-color css

<style>
 span { border-color: #74255E; }

 span { border-color: rgb(116,37,94); }

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