Html Css Color HEX #722463 Palatinate Purple

📋 copy color: '#722463'

red 114 ◦ green 36 ◦ blue 99

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

Shades of Palatinate Purple #722463

Tints of Palatinate Purple #722463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 45.78%
G = 14.46%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#722463 (or 0x722463) is known color: Palatinate Purple. HEX triplet: 72, 24 and 63. RGB value is (114,36,99). Sum of RGB (Red+Green+Blue) = 114+36+99=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #722463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722463 is #8DDB9C. Grayscale: #424242. Windows color (decimal): -9296797 or 6497394. OLE color: 6497394.

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

Color convert

RGB 114 36 99 -
CMYK 0 0.68 0.13 0.55
HSL 311.54º 0.52% 0.29% -
HSV(B) 311.54º 0.68% 0.45% -
XYZ 9.82 5.74 12.39 -
YUV 66.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 114 36 99 0 0.68 0.13 0.55 311.54 0.52 0.29
Hex 72 24 63 0 44 D 37 138 34 1D
Octal 162 44 143 0 104 15 67 470 64 35
Binary 1110010 100100 1100011 0 1000100 1101 110111 100111000 110100 11101

Color Harmonies of #722463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722463

Black with #722463

Text Example


Text Example

White with #722463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722463; }

 p { color: rgb(114,36,99); }

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

background-color css

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

 a { background-color: rgb(114,36,99); }

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

border-color css

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

 span { border-color: rgb(114,36,99); }

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