Html Css Color HEX #782CAA Royal Purple

📋 copy color: '#782CAA'

red 120 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #782CAA

Tints of Royal Purple #782CAA

RGB

 RED value IS 120 (47.27% from 255) = 35.93%

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 35.93%
G = 13.17%
B = 50.9%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#782CAA (or 0x782CAA) is known color: Royal Purple. HEX triplet: 78, 2C and AA. RGB value is (120,44,170). Sum of RGB (Red+Green+Blue) = 120+44+170=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #782CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782CAA is #87D355. Grayscale: #505050. Windows color (decimal): -8901462 or 11152504. OLE color: 11152504.

HSL color Cylindrical-coordinate representation of color #782CAA: hue angle of 276.19º degrees, saturation: 0.59, 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 #782CAA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 44 170 -
CMYK 0.29 0.74 0 0.33
HSL 276.19º 0.59% 0.42% -
HSV(B) 276.19º 0.74% 0.67% -
XYZ 15.9 8.7 38.87 -
YUV 81.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 120 44 170 0.29 0.74 0 0.33 276.19 0.59 0.42
Hex 78 2C AA 1D 4A 0 21 114 3B 2A
Octal 170 54 252 35 112 0 41 424 73 52
Binary 1111000 101100 10101010 11101 1001010 0 100001 100010100 111011 101010

Color Harmonies of #782CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782CAA

Black with #782CAA

Text Example


Text Example

White with #782CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782CAA; }

 p { color: rgb(120,44,170); }

 H1.HeaderClassName
 {
   color: #782CAA;
 }
 .AnyTagClassName
 {
   color: #782CAA;
 }
</style>

background-color css

<style>
 a { background-color: #782CAA; }

 a { background-color: rgb(120,44,170); }

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

border-color css

<style>
 span { border-color: #782CAA; }

 span { border-color: rgb(120,44,170); }

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