Html Css Color HEX #722B9B Royal Purple

📋 copy color: '#722B9B'

red 114 ◦ green 43 ◦ blue 155

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

Shades of Royal Purple #722B9B

Tints of Royal Purple #722B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 36.54%
G = 13.78%
B = 49.68%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#722B9B (or 0x722B9B) is known color: Royal Purple. HEX triplet: 72, 2B and 9B. RGB value is (114,43,155). Sum of RGB (Red+Green+Blue) = 114+43+155=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #722B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722B9B is #8DD464. Grayscale: #4C4C4C. Windows color (decimal): -9294949 or 10169202. OLE color: 10169202.

HSL color Cylindrical-coordinate representation of color #722B9B: hue angle of 278.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722B9B is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 43 155 -
CMYK 0.26 0.72 0 0.39
HSL 278.04º 0.57% 0.39% -
HSV(B) 278.04º 0.72% 0.61% -
XYZ 13.72 7.67 31.77 -
YUV 77 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 114 43 155 0.26 0.72 0 0.39 278.04 0.57 0.39
Hex 72 2B 9B 1A 48 0 27 116 39 27
Octal 162 53 233 32 110 0 47 426 71 47
Binary 1110010 101011 10011011 11010 1001000 0 100111 100010110 111001 100111

Color Harmonies of #722B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722B9B

Black with #722B9B

Text Example


Text Example

White with #722B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,43,155); }

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

background-color css

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

 a { background-color: rgb(114,43,155); }

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

border-color css

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

 span { border-color: rgb(114,43,155); }

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