Html Css Color HEX #74276B Palatinate Purple

📋 copy color: '#74276B'

red 116 ◦ green 39 ◦ blue 107

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

Shades of Palatinate Purple #74276B

Tints of Palatinate Purple #74276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 44.27%
G = 14.89%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74276B (or 0x74276B) is known color: Palatinate Purple. HEX triplet: 74, 27 and 6B. RGB value is (116,39,107). Sum of RGB (Red+Green+Blue) = 116+39+107=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74276B is #8BD894. Grayscale: #454545. Windows color (decimal): -9164949 or 7022452. OLE color: 7022452.

HSL color Cylindrical-coordinate representation of color #74276B: hue angle of 307.01º 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 #74276B is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 107 -
CMYK 0 0.66 0.08 0.55
HSL 307.01º 0.5% 0.3% -
HSV(B) 307.01º 0.66% 0.45% -
XYZ 10.58 6.23 14.55 -
YUV 69.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 116 39 107 0 0.66 0.08 0.55 307.01 0.5 0.3
Hex 74 27 6B 0 42 8 37 133 32 1E
Octal 164 47 153 0 102 10 67 463 62 36
Binary 1110100 100111 1101011 0 1000010 1000 110111 100110011 110010 11110

Color Harmonies of #74276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74276B

Black with #74276B

Text Example


Text Example

White with #74276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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