Html Css Color HEX #74255F Palatinate Purple

📋 copy color: '#74255F'

red 116 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #74255F

Tints of Palatinate Purple #74255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

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

R = 46.77%
G = 14.92%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74255F (or 0x74255F) is known color: Palatinate Purple. HEX triplet: 74, 25 and 5F. RGB value is (116,37,95). Sum of RGB (Red+Green+Blue) = 116+37+95=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74255F is #8BDAA0. Grayscale: #434343. Windows color (decimal): -9165473 or 6235508. OLE color: 6235508.

HSL color Cylindrical-coordinate representation of color #74255F: hue angle of 315.95º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74255F is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 95 -
CMYK 0 0.68 0.18 0.55
HSL 315.95º 0.52% 0.3% -
HSV(B) 315.95º 0.68% 0.45% -
XYZ 9.93 5.86 11.43 -
YUV 67.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 116 37 95 0 0.68 0.18 0.55 315.95 0.52 0.3
Hex 74 25 5F 0 44 12 37 13C 34 1E
Octal 164 45 137 0 104 22 67 474 64 36
Binary 1110100 100101 1011111 0 1000100 10010 110111 100111100 110100 11110

Color Harmonies of #74255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74255F

Black with #74255F

Text Example


Text Example

White with #74255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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