Html Css Color HEX #740F5D Palatinate Purple

📋 copy color: '#740F5D'

red 116 ◦ green 15 ◦ blue 93

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

Shades of Palatinate Purple #740F5D

Tints of Palatinate Purple #740F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 51.79%
G = 6.7%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#740F5D (or 0x740F5D) is known color: Palatinate Purple. HEX triplet: 74, 0F and 5D. RGB value is (116,15,93). Sum of RGB (Red+Green+Blue) = 116+15+93=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F5D is #8BF0A2. Grayscale: #353535. Windows color (decimal): -9171107 or 6098804. OLE color: 6098804.

HSL color Cylindrical-coordinate representation of color #740F5D: hue angle of 313.66º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F5D is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 15 93 -
CMYK 0 0.87 0.20 0.55
HSL 313.66º 0.77% 0.26% -
HSV(B) 313.66º 0.87% 0.45% -
XYZ 9.35 4.84 10.8 -
YUV 54.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 116 15 93 0 0.87 0.20 0.55 313.66 0.77 0.26
Hex 74 F 5D 0 57 14 37 13A 4D 1A
Octal 164 17 135 0 127 24 67 472 115 32
Binary 1110100 1111 1011101 0 1010111 10100 110111 100111010 1001101 11010

Color Harmonies of #740F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F5D

Black with #740F5D

Text Example


Text Example

White with #740F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740F5D; }

 p { color: rgb(116,15,93); }

 H1.HeaderClassName
 {
   color: #740F5D;
 }
 .AnyTagClassName
 {
   color: #740F5D;
 }
</style>

background-color css

<style>
 a { background-color: #740F5D; }

 a { background-color: rgb(116,15,93); }

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

border-color css

<style>
 span { border-color: #740F5D; }

 span { border-color: rgb(116,15,93); }

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