Html Css Color HEX #74266D Palatinate Purple

📋 copy color: '#74266D'

red 116 ◦ green 38 ◦ blue 109

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

Shades of Palatinate Purple #74266D

Tints of Palatinate Purple #74266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 44.11%
G = 14.45%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74266D (or 0x74266D) is known color: Palatinate Purple. HEX triplet: 74, 26 and 6D. RGB value is (116,38,109). Sum of RGB (Red+Green+Blue) = 116+38+109=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74266D is #8BD992. Grayscale: #454545. Windows color (decimal): -9165203 or 7153268. OLE color: 7153268.

HSL color Cylindrical-coordinate representation of color #74266D: hue angle of 305.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74266D is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 109 -
CMYK 0 0.67 0.06 0.55
HSL 305.38º 0.51% 0.3% -
HSV(B) 305.38º 0.67% 0.45% -
XYZ 10.66 6.2 15.1 -
YUV 69.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 116 38 109 0 0.67 0.06 0.55 305.38 0.51 0.3
Hex 74 26 6D 0 43 6 37 131 33 1E
Octal 164 46 155 0 103 6 67 461 63 36
Binary 1110100 100110 1101101 0 1000011 110 110111 100110001 110011 11110

Color Harmonies of #74266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74266D

Black with #74266D

Text Example


Text Example

White with #74266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74266D; }

 p { color: rgb(116,38,109); }

 H1.HeaderClassName
 {
   color: #74266D;
 }
 .AnyTagClassName
 {
   color: #74266D;
 }
</style>

background-color css

<style>
 a { background-color: #74266D; }

 a { background-color: rgb(116,38,109); }

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

border-color css

<style>
 span { border-color: #74266D; }

 span { border-color: rgb(116,38,109); }

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