Html Css Color HEX #722362 Palatinate Purple

📋 copy color: '#722362'

red 114 ◦ green 35 ◦ blue 98

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

Shades of Palatinate Purple #722362

Tints of Palatinate Purple #722362

RGB

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

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

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

R = 46.15%
G = 14.17%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#722362 (or 0x722362) is known color: Palatinate Purple. HEX triplet: 72, 23 and 62. RGB value is (114,35,98). Sum of RGB (Red+Green+Blue) = 114+35+98=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #722362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722362 is #8DDC9D. Grayscale: #414141. Windows color (decimal): -9297054 or 6431602. OLE color: 6431602.

HSL color Cylindrical-coordinate representation of color #722362: hue angle of 312.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722362 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 98 -
CMYK 0 0.69 0.14 0.55
HSL 312.15º 0.53% 0.29% -
HSV(B) 312.15º 0.69% 0.45% -
XYZ 9.75 5.66 12.13 -
YUV 65.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 114 35 98 0 0.69 0.14 0.55 312.15 0.53 0.29
Hex 72 23 62 0 45 E 37 138 35 1D
Octal 162 43 142 0 105 16 67 470 65 35
Binary 1110010 100011 1100010 0 1000101 1110 110111 100111000 110101 11101

Color Harmonies of #722362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722362

Black with #722362

Text Example


Text Example

White with #722362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722362; }

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

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

background-color css

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

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

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

border-color css

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

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

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