Html Css Color HEX #7B2682 Vivid Violet

📋 copy color: '#7B2682'

red 123 ◦ green 38 ◦ blue 130

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

Shades of Vivid Violet #7B2682

Tints of Vivid Violet #7B2682

RGB

 RED value IS 123 (48.44% from 255) = 42.27%

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 42.27%
G = 13.06%
B = 44.67%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7B2682 (or 0x7B2682) is known color: Vivid Violet. HEX triplet: 7B, 26 and 82. RGB value is (123,38,130). Sum of RGB (Red+Green+Blue) = 123+38+130=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2682 is #84D97D. Grayscale: #494949. Windows color (decimal): -8706430 or 8529531. OLE color: 8529531.

HSL color Cylindrical-coordinate representation of color #7B2682: hue angle of 295.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2682 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 38 130 -
CMYK 0.05 0.71 0 0.49
HSL 295.43º 0.55% 0.33% -
HSV(B) 295.43º 0.71% 0.51% -
XYZ 12.89 7.21 21.83 -
YUV 73.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 123 38 130 0.05 0.71 0 0.49 295.43 0.55 0.33
Hex 7B 26 82 5 47 0 31 127 37 21
Octal 173 46 202 5 107 0 61 447 67 41
Binary 1111011 100110 10000010 101 1000111 0 110001 100100111 110111 100001

Color Harmonies of #7B2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2682

Black with #7B2682

Text Example


Text Example

White with #7B2682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B2682; }

 p { color: rgb(123,38,130); }

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

background-color css

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

 a { background-color: rgb(123,38,130); }

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

border-color css

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

 span { border-color: rgb(123,38,130); }

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