Html Css Color HEX #742667 Palatinate Purple

📋 copy color: '#742667'

red 116 ◦ green 38 ◦ blue 103

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

Shades of Palatinate Purple #742667

Tints of Palatinate Purple #742667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 45.14%
G = 14.79%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#742667 (or 0x742667) is known color: Palatinate Purple. HEX triplet: 74, 26 and 67. RGB value is (116,38,103). Sum of RGB (Red+Green+Blue) = 116+38+103=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #742667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742667 is #8BD998. Grayscale: #444444. Windows color (decimal): -9165209 or 6760052. OLE color: 6760052.

HSL color Cylindrical-coordinate representation of color #742667: hue angle of 310º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742667 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 103 -
CMYK 0 0.67 0.11 0.55
HSL 310º 0.51% 0.3% -
HSV(B) 310º 0.67% 0.45% -
XYZ 10.34 6.08 13.46 -
YUV 68.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 116 38 103 0 0.67 0.11 0.55 310 0.51 0.3
Hex 74 26 67 0 43 B 37 136 33 1E
Octal 164 46 147 0 103 13 67 466 63 36
Binary 1110100 100110 1100111 0 1000011 1011 110111 100110110 110011 11110

Color Harmonies of #742667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742667

Black with #742667

Text Example


Text Example

White with #742667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742667; }

 p { color: rgb(116,38,103); }

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

background-color css

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

 a { background-color: rgb(116,38,103); }

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

border-color css

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

 span { border-color: rgb(116,38,103); }

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