Html Css Color HEX #782582 Vivid Violet

📋 copy color: '#782582'

red 120 ◦ green 37 ◦ blue 130

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

Shades of Vivid Violet #782582

Tints of Vivid Violet #782582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 41.81%
G = 12.89%
B = 45.3%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#782582 (or 0x782582) is known color: Vivid Violet. HEX triplet: 78, 25 and 82. RGB value is (120,37,130). Sum of RGB (Red+Green+Blue) = 120+37+130=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #782582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782582 is #87DA7D. Grayscale: #484848. Windows color (decimal): -8903294 or 8529272. OLE color: 8529272.

HSL color Cylindrical-coordinate representation of color #782582: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782582 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 37 130 -
CMYK 0.08 0.72 0 0.49
HSL 293.55º 0.56% 0.33% -
HSV(B) 293.55º 0.72% 0.51% -
XYZ 12.44 6.93 21.8 -
YUV 72.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 120 37 130 0.08 0.72 0 0.49 293.55 0.56 0.33
Hex 78 25 82 8 48 0 31 126 38 21
Octal 170 45 202 10 110 0 61 446 70 41
Binary 1111000 100101 10000010 1000 1001000 0 110001 100100110 111000 100001

Color Harmonies of #782582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782582

Black with #782582

Text Example


Text Example

White with #782582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782582; }

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

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

background-color css

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

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

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

border-color css

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

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

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