Html Css Color HEX #741467 Palatinate Purple

📋 copy color: '#741467'

red 116 ◦ green 20 ◦ blue 103

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

Shades of Palatinate Purple #741467

Tints of Palatinate Purple #741467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 48.54%
G = 8.37%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#741467 (or 0x741467) is known color: Palatinate Purple. HEX triplet: 74, 14 and 67. RGB value is (116,20,103). Sum of RGB (Red+Green+Blue) = 116+20+103=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #741467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741467 is #8BEB98. Grayscale: #393939. Windows color (decimal): -9169817 or 6755444. OLE color: 6755444.

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

Color convert

RGB 116 20 103 -
CMYK 0 0.83 0.11 0.55
HSL 308.13º 0.71% 0.27% -
HSV(B) 308.13º 0.83% 0.45% -
XYZ 9.9 5.19 13.31 -
YUV 58.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 116 20 103 0 0.83 0.11 0.55 308.13 0.71 0.27
Hex 74 14 67 0 53 B 37 134 47 1B
Octal 164 24 147 0 123 13 67 464 107 33
Binary 1110100 10100 1100111 0 1010011 1011 110111 100110100 1000111 11011

Color Harmonies of #741467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741467

Black with #741467

Text Example


Text Example

White with #741467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741467; }

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

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

background-color css

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

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

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

border-color css

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

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

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