Html Css Color HEX #74265F Palatinate Purple

📋 copy color: '#74265F'

red 116 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #74265F

Tints of Palatinate Purple #74265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 46.59%
G = 15.26%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74265F (or 0x74265F) is known color: Palatinate Purple. HEX triplet: 74, 26 and 5F. RGB value is (116,38,95). Sum of RGB (Red+Green+Blue) = 116+38+95=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74265F is #8BD9A0. Grayscale: #434343. Windows color (decimal): -9165217 or 6235764. OLE color: 6235764.

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

Color convert

RGB 116 38 95 -
CMYK 0 0.67 0.18 0.55
HSL 316.15º 0.51% 0.3% -
HSV(B) 316.15º 0.67% 0.45% -
XYZ 9.96 5.93 11.45 -
YUV 67.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 116 38 95 0 0.67 0.18 0.55 316.15 0.51 0.3
Hex 74 26 5F 0 43 12 37 13C 33 1E
Octal 164 46 137 0 103 22 67 474 63 36
Binary 1110100 100110 1011111 0 1000011 10010 110111 100111100 110011 11110

Color Harmonies of #74265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74265F

Black with #74265F

Text Example


Text Example

White with #74265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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