Html Css Color HEX #782DAA Royal Purple

📋 copy color: '#782DAA'

red 120 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #782DAA

Tints of Royal Purple #782DAA

RGB

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

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

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

R = 35.82%
G = 13.43%
B = 50.75%

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

#782DAA (or 0x782DAA) is known color: Royal Purple. HEX triplet: 78, 2D and AA. RGB value is (120,45,170). Sum of RGB (Red+Green+Blue) = 120+45+170=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #782DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782DAA is #87D255. Grayscale: #515151. Windows color (decimal): -8901206 or 11152760. OLE color: 11152760.

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

Color convert

RGB 120 45 170 -
CMYK 0.29 0.74 0 0.33
HSL 276º 0.58% 0.42% -
HSV(B) 276º 0.74% 0.67% -
XYZ 15.94 8.77 38.88 -
YUV 81.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 120 45 170 0.29 0.74 0 0.33 276 0.58 0.42
Hex 78 2D AA 1D 4A 0 21 114 3A 2A
Octal 170 55 252 35 112 0 41 424 72 52
Binary 1111000 101101 10101010 11101 1001010 0 100001 100010100 111010 101010

Color Harmonies of #782DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782DAA

Black with #782DAA

Text Example


Text Example

White with #782DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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