Html Css Color HEX #7B288E Vivid Violet

📋 copy color: '#7B288E'

red 123 ◦ green 40 ◦ blue 142

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

Shades of Vivid Violet #7B288E

Tints of Vivid Violet #7B288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 40.33%
G = 13.11%
B = 46.56%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B288E (or 0x7B288E) is known color: Vivid Violet. HEX triplet: 7B, 28 and 8E. RGB value is (123,40,142). Sum of RGB (Red+Green+Blue) = 123+40+142=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B288E is #84D771. Grayscale: #4C4C4C. Windows color (decimal): -8705906 or 9316475. OLE color: 9316475.

HSL color Cylindrical-coordinate representation of color #7B288E: hue angle of 288.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B288E is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 40 142 -
CMYK 0.13 0.72 0 0.44
HSL 288.82º 0.56% 0.36% -
HSV(B) 288.82º 0.72% 0.56% -
XYZ 13.81 7.68 26.35 -
YUV 76.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 123 40 142 0.13 0.72 0 0.44 288.82 0.56 0.36
Hex 7B 28 8E D 48 0 2C 121 38 24
Octal 173 50 216 15 110 0 54 441 70 44
Binary 1111011 101000 10001110 1101 1001000 0 101100 100100001 111000 100100

Color Harmonies of #7B288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B288E

Black with #7B288E

Text Example


Text Example

White with #7B288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,40,142); }

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

background-color css

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

 a { background-color: rgb(123,40,142); }

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

border-color css

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

 span { border-color: rgb(123,40,142); }

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