Html Css Color HEX #742268 Palatinate Purple

📋 copy color: '#742268'

red 116 ◦ green 34 ◦ blue 104

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

Shades of Palatinate Purple #742268

Tints of Palatinate Purple #742268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 45.67%
G = 13.39%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#742268 (or 0x742268) is known color: Palatinate Purple. HEX triplet: 74, 22 and 68. RGB value is (116,34,104). Sum of RGB (Red+Green+Blue) = 116+34+104=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742268 is #8BDD97. Grayscale: #424242. Windows color (decimal): -9166232 or 6824564. OLE color: 6824564.

HSL color Cylindrical-coordinate representation of color #742268: hue angle of 308.78º 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 #742268 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 104 -
CMYK 0 0.71 0.10 0.55
HSL 308.78º 0.55% 0.29% -
HSV(B) 308.78º 0.71% 0.45% -
XYZ 10.27 5.86 13.69 -
YUV 66.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 116 34 104 0 0.71 0.10 0.55 308.78 0.55 0.29
Hex 74 22 68 0 47 A 37 135 37 1D
Octal 164 42 150 0 107 12 67 465 67 35
Binary 1110100 100010 1101000 0 1000111 1010 110111 100110101 110111 11101

Color Harmonies of #742268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742268

Black with #742268

Text Example


Text Example

White with #742268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742268; }

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

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

background-color css

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

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

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

border-color css

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

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

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