Html Css Color HEX #783482 Vivid Violet

📋 copy color: '#783482'

red 120 ◦ green 52 ◦ blue 130

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

Shades of Vivid Violet #783482

Tints of Vivid Violet #783482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 39.74%
G = 17.22%
B = 43.05%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#783482 (or 0x783482) is known color: Vivid Violet. HEX triplet: 78, 34 and 82. RGB value is (120,52,130). Sum of RGB (Red+Green+Blue) = 120+52+130=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #783482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783482 is #87CB7D. Grayscale: #505050. Windows color (decimal): -8899454 or 8533112. OLE color: 8533112.

HSL color Cylindrical-coordinate representation of color #783482: hue angle of 292.31º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783482 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 52 130 -
CMYK 0.08 0.60 0 0.49
HSL 292.31º 0.43% 0.36% -
HSV(B) 292.31º 0.6% 0.51% -
XYZ 13 8.06 21.99 -
YUV 81.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 120 52 130 0.08 0.60 0 0.49 292.31 0.43 0.36
Hex 78 34 82 8 3C 0 31 124 2B 24
Octal 170 64 202 10 74 0 61 444 53 44
Binary 1111000 110100 10000010 1000 111100 0 110001 100100100 101011 100100

Color Harmonies of #783482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783482

Black with #783482

Text Example


Text Example

White with #783482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783482; }

 p { color: rgb(120,52,130); }

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

background-color css

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

 a { background-color: rgb(120,52,130); }

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

border-color css

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

 span { border-color: rgb(120,52,130); }

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