Html Css Color HEX #722DA4 Royal Purple

📋 copy color: '#722DA4'

red 114 ◦ green 45 ◦ blue 164

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

Shades of Royal Purple #722DA4

Tints of Royal Purple #722DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 35.29%
G = 13.93%
B = 50.77%

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

#722DA4 (or 0x722DA4) is known color: Royal Purple. HEX triplet: 72, 2D and A4. RGB value is (114,45,164). Sum of RGB (Red+Green+Blue) = 114+45+164=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #722DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722DA4 is #8DD25B. Grayscale: #4E4E4E. Windows color (decimal): -9294428 or 10759538. OLE color: 10759538.

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

Color convert

RGB 114 45 164 -
CMYK 0.30 0.73 0 0.36
HSL 274.79º 0.57% 0.41% -
HSV(B) 274.79º 0.73% 0.64% -
XYZ 14.58 8.13 35.92 -
YUV 79.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 114 45 164 0.30 0.73 0 0.36 274.79 0.57 0.41
Hex 72 2D A4 1E 49 0 24 113 39 29
Octal 162 55 244 36 111 0 44 423 71 51
Binary 1110010 101101 10100100 11110 1001001 0 100100 100010011 111001 101001

Color Harmonies of #722DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722DA4

Black with #722DA4

Text Example


Text Example

White with #722DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,45,164); }

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

background-color css

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

 a { background-color: rgb(114,45,164); }

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

border-color css

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

 span { border-color: rgb(114,45,164); }

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