Html Css Color HEX #742367 Palatinate Purple

📋 copy color: '#742367'

red 116 ◦ green 35 ◦ blue 103

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

Shades of Palatinate Purple #742367

Tints of Palatinate Purple #742367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 45.67%
G = 13.78%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#742367 (or 0x742367) is known color: Palatinate Purple. HEX triplet: 74, 23 and 67. RGB value is (116,35,103). Sum of RGB (Red+Green+Blue) = 116+35+103=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742367 is #8BDC98. Grayscale: #424242. Windows color (decimal): -9165977 or 6759284. OLE color: 6759284.

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

Color convert

RGB 116 35 103 -
CMYK 0 0.70 0.11 0.55
HSL 309.63º 0.54% 0.3% -
HSV(B) 309.63º 0.7% 0.45% -
XYZ 10.25 5.89 13.43 -
YUV 66.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 116 35 103 0 0.70 0.11 0.55 309.63 0.54 0.3
Hex 74 23 67 0 46 B 37 136 36 1E
Octal 164 43 147 0 106 13 67 466 66 36
Binary 1110100 100011 1100111 0 1000110 1011 110111 100110110 110110 11110

Color Harmonies of #742367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742367

Black with #742367

Text Example


Text Example

White with #742367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742367; }

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

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

background-color css

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

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

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

border-color css

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

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

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