Html Css Color HEX #74276F Palatinate Purple

📋 copy color: '#74276F'

red 116 ◦ green 39 ◦ blue 111

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

Shades of Palatinate Purple #74276F

Tints of Palatinate Purple #74276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 43.61%
G = 14.66%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74276F (or 0x74276F) is known color: Palatinate Purple. HEX triplet: 74, 27 and 6F. RGB value is (116,39,111). Sum of RGB (Red+Green+Blue) = 116+39+111=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74276F is #8BD890. Grayscale: #464646. Windows color (decimal): -9164945 or 7284596. OLE color: 7284596.

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

Color convert

RGB 116 39 111 -
CMYK 0 0.66 0.04 0.55
HSL 303.9º 0.5% 0.3% -
HSV(B) 303.9º 0.66% 0.45% -
XYZ 10.8 6.31 15.69 -
YUV 70.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 116 39 111 0 0.66 0.04 0.55 303.9 0.5 0.3
Hex 74 27 6F 0 42 4 37 130 32 1E
Octal 164 47 157 0 102 4 67 460 62 36
Binary 1110100 100111 1101111 0 1000010 100 110111 100110000 110010 11110

Color Harmonies of #74276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74276F

Black with #74276F

Text Example


Text Example

White with #74276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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