Html Css Color HEX #722CA2 Royal Purple

📋 copy color: '#722CA2'

red 114 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #722CA2

Tints of Royal Purple #722CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.63%

R = 35.63%
G = 13.75%
B = 50.63%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#722CA2 (or 0x722CA2) is known color: Royal Purple. HEX triplet: 72, 2C and A2. RGB value is (114,44,162). Sum of RGB (Red+Green+Blue) = 114+44+162=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #722CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CA2 is #8DD35D. Grayscale: #4D4D4D. Windows color (decimal): -9294686 or 10628210. OLE color: 10628210.

HSL color Cylindrical-coordinate representation of color #722CA2: hue angle of 275.59º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722CA2 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 44 162 -
CMYK 0.30 0.73 0 0.36
HSL 275.59º 0.57% 0.4% -
HSV(B) 275.59º 0.73% 0.64% -
XYZ 14.36 7.99 34.97 -
YUV 78.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 114 44 162 0.30 0.73 0 0.36 275.59 0.57 0.4
Hex 72 2C A2 1E 49 0 24 114 39 28
Octal 162 54 242 36 111 0 44 424 71 50
Binary 1110010 101100 10100010 11110 1001001 0 100100 100010100 111001 101000

Color Harmonies of #722CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722CA2

Black with #722CA2

Text Example


Text Example

White with #722CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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