Html Css Color HEX #742F65 Palatinate Purple

📋 copy color: '#742F65'

red 116 ◦ green 47 ◦ blue 101

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

Shades of Palatinate Purple #742F65

Tints of Palatinate Purple #742F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 43.94%
G = 17.8%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#742F65 (or 0x742F65) is known color: Palatinate Purple. HEX triplet: 74, 2F and 65. RGB value is (116,47,101). Sum of RGB (Red+Green+Blue) = 116+47+101=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #742F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F65 is #8BD09A. Grayscale: #494949. Windows color (decimal): -9162907 or 6631284. OLE color: 6631284.

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

Color convert

RGB 116 47 101 -
CMYK 0 0.59 0.13 0.55
HSL 313.04º 0.42% 0.32% -
HSV(B) 313.04º 0.59% 0.45% -
XYZ 10.57 6.69 13.05 -
YUV 73.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 116 47 101 0 0.59 0.13 0.55 313.04 0.42 0.32
Hex 74 2F 65 0 3B D 37 139 2A 20
Octal 164 57 145 0 73 15 67 471 52 40
Binary 1110100 101111 1100101 0 111011 1101 110111 100111001 101010 100000

Color Harmonies of #742F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F65

Black with #742F65

Text Example


Text Example

White with #742F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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