Html Css Color HEX #782CAC Royal Purple

📋 copy color: '#782CAC'

red 120 ◦ green 44 ◦ blue 172

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

Shades of Royal Purple #782CAC

Tints of Royal Purple #782CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 35.71%
G = 13.1%
B = 51.19%

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

#782CAC (or 0x782CAC) is known color: Royal Purple. HEX triplet: 78, 2C and AC. RGB value is (120,44,172). Sum of RGB (Red+Green+Blue) = 120+44+172=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #782CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782CAC is #87D353. Grayscale: #505050. Windows color (decimal): -8901460 or 11283576. OLE color: 11283576.

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

Color convert

RGB 120 44 172 -
CMYK 0.30 0.74 0 0.33
HSL 275.63º 0.59% 0.42% -
HSV(B) 275.63º 0.74% 0.67% -
XYZ 16.09 8.77 39.87 -
YUV 81.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 120 44 172 0.30 0.74 0 0.33 275.63 0.59 0.42
Hex 78 2C AC 1E 4A 0 21 114 3B 2A
Octal 170 54 254 36 112 0 41 424 73 52
Binary 1111000 101100 10101100 11110 1001010 0 100001 100010100 111011 101010

Color Harmonies of #782CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782CAC

Black with #782CAC

Text Example


Text Example

White with #782CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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