Html Css Color HEX #722DAB Royal Purple

📋 copy color: '#722DAB'

red 114 ◦ green 45 ◦ blue 171

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

Shades of Royal Purple #722DAB

Tints of Royal Purple #722DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 34.55%
G = 13.64%
B = 51.82%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#722DAB (or 0x722DAB) is known color: Royal Purple. HEX triplet: 72, 2D and AB. RGB value is (114,45,171). Sum of RGB (Red+Green+Blue) = 114+45+171=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #722DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722DAB is #8DD254. Grayscale: #4F4F4F. Windows color (decimal): -9294421 or 11218290. OLE color: 11218290.

HSL color Cylindrical-coordinate representation of color #722DAB: hue angle of 272.86º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722DAB is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 45 171 -
CMYK 0.33 0.74 0 0.33
HSL 272.86º 0.58% 0.42% -
HSV(B) 272.86º 0.74% 0.67% -
XYZ 15.23 8.39 39.35 -
YUV 80 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 114 45 171 0.33 0.74 0 0.33 272.86 0.58 0.42
Hex 72 2D AB 21 4A 0 21 111 3A 2A
Octal 162 55 253 41 112 0 41 421 72 52
Binary 1110010 101101 10101011 100001 1001010 0 100001 100010001 111010 101010

Color Harmonies of #722DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722DAB

Black with #722DAB

Text Example


Text Example

White with #722DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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