Html Css Color HEX #742F5D Palatinate Purple

📋 copy color: '#742F5D'

red 116 ◦ green 47 ◦ blue 93

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

Shades of Palatinate Purple #742F5D

Tints of Palatinate Purple #742F5D

RGB

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

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

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

R = 45.31%
G = 18.36%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#742F5D (or 0x742F5D) is known color: Palatinate Purple. HEX triplet: 74, 2F and 5D. RGB value is (116,47,93). Sum of RGB (Red+Green+Blue) = 116+47+93=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #742F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F5D is #8BD0A2. Grayscale: #484848. Windows color (decimal): -9162915 or 6106996. OLE color: 6106996.

HSL color Cylindrical-coordinate representation of color #742F5D: hue angle of 320º 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 #742F5D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 93 -
CMYK 0 0.59 0.20 0.55
HSL 320º 0.42% 0.32% -
HSV(B) 320º 0.59% 0.45% -
XYZ 10.19 6.54 11.08 -
YUV 72.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 116 47 93 0 0.59 0.20 0.55 320 0.42 0.32
Hex 74 2F 5D 0 3B 14 37 140 2A 20
Octal 164 57 135 0 73 24 67 500 52 40
Binary 1110100 101111 1011101 0 111011 10100 110111 101000000 101010 100000

Color Harmonies of #742F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F5D

Black with #742F5D

Text Example


Text Example

White with #742F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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