Html Css Color HEX #7B2988 Vivid Violet

📋 copy color: '#7B2988'

red 123 ◦ green 41 ◦ blue 136

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

Shades of Vivid Violet #7B2988

Tints of Vivid Violet #7B2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 41%
G = 13.67%
B = 45.33%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B2988 (or 0x7B2988) is known color: Vivid Violet. HEX triplet: 7B, 29 and 88. RGB value is (123,41,136). Sum of RGB (Red+Green+Blue) = 123+41+136=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B2988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2988 is #84D677. Grayscale: #4C4C4C. Windows color (decimal): -8705656 or 8923515. OLE color: 8923515.

HSL color Cylindrical-coordinate representation of color #7B2988: hue angle of 291.79º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2988 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 41 136 -
CMYK 0.10 0.70 0 0.47
HSL 291.79º 0.54% 0.35% -
HSV(B) 291.79º 0.7% 0.53% -
XYZ 13.41 7.57 24.05 -
YUV 76.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 123 41 136 0.10 0.70 0 0.47 291.79 0.54 0.35
Hex 7B 29 88 A 46 0 2F 124 36 23
Octal 173 51 210 12 106 0 57 444 66 43
Binary 1111011 101001 10001000 1010 1000110 0 101111 100100100 110110 100011

Color Harmonies of #7B2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2988

Black with #7B2988

Text Example


Text Example

White with #7B2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,41,136); }

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

background-color css

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

 a { background-color: rgb(123,41,136); }

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

border-color css

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

 span { border-color: rgb(123,41,136); }

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