Html Css Color HEX #782F8A Vivid Violet

📋 copy color: '#782F8A'

red 120 ◦ green 47 ◦ blue 138

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

Shades of Vivid Violet #782F8A

Tints of Vivid Violet #782F8A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 138 (54.3% from 255) = 45.25%

R = 39.34%
G = 15.41%
B = 45.25%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#782F8A (or 0x782F8A) is known color: Vivid Violet. HEX triplet: 78, 2F and 8A. RGB value is (120,47,138). Sum of RGB (Red+Green+Blue) = 120+47+138=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #782F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782F8A is #87D075. Grayscale: #4E4E4E. Windows color (decimal): -8900726 or 9056120. OLE color: 9056120.

HSL color Cylindrical-coordinate representation of color #782F8A: hue angle of 288.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782F8A is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 47 138 -
CMYK 0.13 0.66 0 0.46
HSL 288.13º 0.49% 0.36% -
HSV(B) 288.13º 0.66% 0.54% -
XYZ 13.35 7.86 24.86 -
YUV 79.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 120 47 138 0.13 0.66 0 0.46 288.13 0.49 0.36
Hex 78 2F 8A D 42 0 2E 120 31 24
Octal 170 57 212 15 102 0 56 440 61 44
Binary 1111000 101111 10001010 1101 1000010 0 101110 100100000 110001 100100

Color Harmonies of #782F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782F8A

Black with #782F8A

Text Example


Text Example

White with #782F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,47,138); }

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

background-color css

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

 a { background-color: rgb(120,47,138); }

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

border-color css

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

 span { border-color: rgb(120,47,138); }

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