Html Css Color HEX #74266F Palatinate Purple

📋 copy color: '#74266F'

red 116 ◦ green 38 ◦ blue 111

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

Shades of Palatinate Purple #74266F

Tints of Palatinate Purple #74266F

RGB

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

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

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

R = 43.77%
G = 14.34%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74266F (or 0x74266F) is known color: Palatinate Purple. HEX triplet: 74, 26 and 6F. RGB value is (116,38,111). Sum of RGB (Red+Green+Blue) = 116+38+111=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74266F is #8BD990. Grayscale: #454545. Windows color (decimal): -9165201 or 7284340. OLE color: 7284340.

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

Color convert

RGB 116 38 111 -
CMYK 0 0.67 0.04 0.55
HSL 303.85º 0.51% 0.3% -
HSV(B) 303.85º 0.67% 0.45% -
XYZ 10.76 6.25 15.68 -
YUV 69.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 116 38 111 0 0.67 0.04 0.55 303.85 0.51 0.3
Hex 74 26 6F 0 43 4 37 130 33 1E
Octal 164 46 157 0 103 4 67 460 63 36
Binary 1110100 100110 1101111 0 1000011 100 110111 100110000 110011 11110

Color Harmonies of #74266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74266F

Black with #74266F

Text Example


Text Example

White with #74266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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