Html Css Color HEX #772DAB Royal Purple

📋 copy color: '#772DAB'

red 119 ◦ green 45 ◦ blue 171

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

Shades of Royal Purple #772DAB

Tints of Royal Purple #772DAB

RGB

 RED value IS 119 (46.88% from 255) = 35.52%

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

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

R = 35.52%
G = 13.43%
B = 51.04%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772DAB (or 0x772DAB) is known color: Royal Purple. HEX triplet: 77, 2D and AB. RGB value is (119,45,171). Sum of RGB (Red+Green+Blue) = 119+45+171=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #772DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DAB is #88D254. Grayscale: #515151. Windows color (decimal): -8966741 or 11218295. OLE color: 11218295.

HSL color Cylindrical-coordinate representation of color #772DAB: hue angle of 275.24º 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 #772DAB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 45 171 -
CMYK 0.30 0.74 0 0.33
HSL 275.24º 0.58% 0.42% -
HSV(B) 275.24º 0.74% 0.67% -
XYZ 15.9 8.74 39.38 -
YUV 81.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 119 45 171 0.30 0.74 0 0.33 275.24 0.58 0.42
Hex 77 2D AB 1E 4A 0 21 113 3A 2A
Octal 167 55 253 36 112 0 41 423 72 52
Binary 1110111 101101 10101011 11110 1001010 0 100001 100010011 111010 101010

Color Harmonies of #772DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DAB

Black with #772DAB

Text Example


Text Example

White with #772DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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