Html Css Color HEX #722662 Palatinate Purple

📋 copy color: '#722662'

red 114 ◦ green 38 ◦ blue 98

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

Shades of Palatinate Purple #722662

Tints of Palatinate Purple #722662

RGB

 RED value IS 114 (44.92% from 255) = 45.6%

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

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 45.6%
G = 15.2%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#722662 (or 0x722662) is known color: Palatinate Purple. HEX triplet: 72, 26 and 62. RGB value is (114,38,98). Sum of RGB (Red+Green+Blue) = 114+38+98=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722662 is #8DD99D. Grayscale: #434343. Windows color (decimal): -9296286 or 6432370. OLE color: 6432370.

HSL color Cylindrical-coordinate representation of color #722662: hue angle of 312.63º degrees, saturation: 0.5, 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 #722662 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 98 -
CMYK 0 0.67 0.14 0.55
HSL 312.63º 0.5% 0.3% -
HSV(B) 312.63º 0.67% 0.45% -
XYZ 9.84 5.85 12.17 -
YUV 67.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 114 38 98 0 0.67 0.14 0.55 312.63 0.5 0.3
Hex 72 26 62 0 43 E 37 139 32 1E
Octal 162 46 142 0 103 16 67 471 62 36
Binary 1110010 100110 1100010 0 1000011 1110 110111 100111001 110010 11110

Color Harmonies of #722662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722662

Black with #722662

Text Example


Text Example

White with #722662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722662; }

 p { color: rgb(114,38,98); }

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

background-color css

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

 a { background-color: rgb(114,38,98); }

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

border-color css

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

 span { border-color: rgb(114,38,98); }

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