Html Css Color HEX #742270 Palatinate Purple

📋 copy color: '#742270'

red 116 ◦ green 34 ◦ blue 112

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

Shades of Palatinate Purple #742270

Tints of Palatinate Purple #742270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 44.27%
G = 12.98%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742270 (or 0x742270) is known color: Palatinate Purple. HEX triplet: 74, 22 and 70. RGB value is (116,34,112). Sum of RGB (Red+Green+Blue) = 116+34+112=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #742270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742270 is #8BDD8F. Grayscale: #434343. Windows color (decimal): -9166224 or 7348852. OLE color: 7348852.

HSL color Cylindrical-coordinate representation of color #742270: hue angle of 302.93º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742270 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 112 -
CMYK 0 0.71 0.03 0.55
HSL 302.93º 0.55% 0.29% -
HSV(B) 302.93º 0.71% 0.45% -
XYZ 10.7 6.03 15.93 -
YUV 67.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 116 34 112 0 0.71 0.03 0.55 302.93 0.55 0.29
Hex 74 22 70 0 47 3 37 12F 37 1D
Octal 164 42 160 0 107 3 67 457 67 35
Binary 1110100 100010 1110000 0 1000111 11 110111 100101111 110111 11101

Color Harmonies of #742270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742270

Black with #742270

Text Example


Text Example

White with #742270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742270; }

 p { color: rgb(116,34,112); }

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

background-color css

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

 a { background-color: rgb(116,34,112); }

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

border-color css

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

 span { border-color: rgb(116,34,112); }

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