Html Css Color HEX #74266C Palatinate Purple

📋 copy color: '#74266C'

red 116 ◦ green 38 ◦ blue 108

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

Shades of Palatinate Purple #74266C

Tints of Palatinate Purple #74266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 44.27%
G = 14.5%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74266C (or 0x74266C) is known color: Palatinate Purple. HEX triplet: 74, 26 and 6C. RGB value is (116,38,108). Sum of RGB (Red+Green+Blue) = 116+38+108=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74266C is #8BD993. Grayscale: #454545. Windows color (decimal): -9165204 or 7087732. OLE color: 7087732.

HSL color Cylindrical-coordinate representation of color #74266C: hue angle of 306.15º 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 #74266C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 108 -
CMYK 0 0.67 0.07 0.55
HSL 306.15º 0.51% 0.3% -
HSV(B) 306.15º 0.67% 0.45% -
XYZ 10.6 6.18 14.82 -
YUV 69.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 116 38 108 0 0.67 0.07 0.55 306.15 0.51 0.3
Hex 74 26 6C 0 43 7 37 132 33 1E
Octal 164 46 154 0 103 7 67 462 63 36
Binary 1110100 100110 1101100 0 1000011 111 110111 100110010 110011 11110

Color Harmonies of #74266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74266C

Black with #74266C

Text Example


Text Example

White with #74266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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