Html Css Color HEX #722C9D Royal Purple

📋 copy color: '#722C9D'

red 114 ◦ green 44 ◦ blue 157

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

Shades of Royal Purple #722C9D

Tints of Royal Purple #722C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 36.19%
G = 13.97%
B = 49.84%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#722C9D (or 0x722C9D) is known color: Royal Purple. HEX triplet: 72, 2C and 9D. RGB value is (114,44,157). Sum of RGB (Red+Green+Blue) = 114+44+157=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #722C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722C9D is #8DD362. Grayscale: #4D4D4D. Windows color (decimal): -9294691 or 10300530. OLE color: 10300530.

HSL color Cylindrical-coordinate representation of color #722C9D: hue angle of 277.17º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722C9D is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 44 157 -
CMYK 0.27 0.72 0 0.38
HSL 277.17º 0.56% 0.39% -
HSV(B) 277.17º 0.72% 0.62% -
XYZ 13.93 7.81 32.67 -
YUV 77.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 114 44 157 0.27 0.72 0 0.38 277.17 0.56 0.39
Hex 72 2C 9D 1B 48 0 26 115 38 27
Octal 162 54 235 33 110 0 46 425 70 47
Binary 1110010 101100 10011101 11011 1001000 0 100110 100010101 111000 100111

Color Harmonies of #722C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722C9D

Black with #722C9D

Text Example


Text Example

White with #722C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722C9D; }

 p { color: rgb(114,44,157); }

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

background-color css

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

 a { background-color: rgb(114,44,157); }

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

border-color css

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

 span { border-color: rgb(114,44,157); }

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