Html Css Color HEX #741367 Palatinate Purple

📋 copy color: '#741367'

red 116 ◦ green 19 ◦ blue 103

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

Shades of Palatinate Purple #741367

Tints of Palatinate Purple #741367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 48.74%
G = 7.98%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#741367 (or 0x741367) is known color: Palatinate Purple. HEX triplet: 74, 13 and 67. RGB value is (116,19,103). Sum of RGB (Red+Green+Blue) = 116+19+103=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #741367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741367 is #8BEC98. Grayscale: #393939. Windows color (decimal): -9170073 or 6755188. OLE color: 6755188.

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

Color convert

RGB 116 19 103 -
CMYK 0 0.84 0.11 0.55
HSL 308.04º 0.72% 0.26% -
HSV(B) 308.04º 0.84% 0.45% -
XYZ 9.88 5.16 13.31 -
YUV 57.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 116 19 103 0 0.84 0.11 0.55 308.04 0.72 0.26
Hex 74 13 67 0 54 B 37 134 48 1A
Octal 164 23 147 0 124 13 67 464 110 32
Binary 1110100 10011 1100111 0 1010100 1011 110111 100110100 1001000 11010

Color Harmonies of #741367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741367

Black with #741367

Text Example


Text Example

White with #741367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741367; }

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

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

background-color css

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

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

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

border-color css

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

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

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