Html Css Color HEX #740B5F Palatinate Purple

📋 copy color: '#740B5F'

red 116 ◦ green 11 ◦ blue 95

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

Shades of Palatinate Purple #740B5F

Tints of Palatinate Purple #740B5F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

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

R = 52.25%
G = 4.95%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#740B5F (or 0x740B5F) is known color: Palatinate Purple. HEX triplet: 74, 0B and 5F. RGB value is (116,11,95). Sum of RGB (Red+Green+Blue) = 116+11+95=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B5F is #8BF4A0. Grayscale: #333333. Windows color (decimal): -9172129 or 6228852. OLE color: 6228852.

HSL color Cylindrical-coordinate representation of color #740B5F: hue angle of 312º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B5F is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 11 95 -
CMYK 0 0.91 0.18 0.55
HSL 312º 0.83% 0.25% -
HSV(B) 312º 0.91% 0.45% -
XYZ 9.39 4.78 11.25 -
YUV 51.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 116 11 95 0 0.91 0.18 0.55 312 0.83 0.25
Hex 74 B 5F 0 5B 12 37 138 53 19
Octal 164 13 137 0 133 22 67 470 123 31
Binary 1110100 1011 1011111 0 1011011 10010 110111 100111000 1010011 11001

Color Harmonies of #740B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B5F

Black with #740B5F

Text Example


Text Example

White with #740B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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