Html Css Color HEX #742F5F Palatinate Purple

📋 copy color: '#742F5F'

red 116 ◦ green 47 ◦ blue 95

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

Shades of Palatinate Purple #742F5F

Tints of Palatinate Purple #742F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.22%

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

R = 44.96%
G = 18.22%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#742F5F (or 0x742F5F) is known color: Palatinate Purple. HEX triplet: 74, 2F and 5F. RGB value is (116,47,95). Sum of RGB (Red+Green+Blue) = 116+47+95=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F5F is #8BD0A0. Grayscale: #484848. Windows color (decimal): -9162913 or 6238068. OLE color: 6238068.

HSL color Cylindrical-coordinate representation of color #742F5F: hue angle of 318.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F5F is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 95 -
CMYK 0 0.59 0.18 0.55
HSL 318.26º 0.42% 0.32% -
HSV(B) 318.26º 0.59% 0.45% -
XYZ 10.28 6.57 11.55 -
YUV 73.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 116 47 95 0 0.59 0.18 0.55 318.26 0.42 0.32
Hex 74 2F 5F 0 3B 12 37 13E 2A 20
Octal 164 57 137 0 73 22 67 476 52 40
Binary 1110100 101111 1011111 0 111011 10010 110111 100111110 101010 100000

Color Harmonies of #742F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F5F

Black with #742F5F

Text Example


Text Example

White with #742F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F5F; }

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

 H1.HeaderClassName
 {
   color: #742F5F;
 }
 .AnyTagClassName
 {
   color: #742F5F;
 }
</style>

background-color css

<style>
 a { background-color: #742F5F; }

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

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

border-color css

<style>
 span { border-color: #742F5F; }

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

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