Html Css Color HEX #7B298D Vivid Violet

📋 copy color: '#7B298D'

red 123 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #7B298D

Tints of Vivid Violet #7B298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 40.33%
G = 13.44%
B = 46.23%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B298D (or 0x7B298D) is known color: Vivid Violet. HEX triplet: 7B, 29 and 8D. RGB value is (123,41,141). Sum of RGB (Red+Green+Blue) = 123+41+141=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B298D is #84D672. Grayscale: #4C4C4C. Windows color (decimal): -8705651 or 9251195. OLE color: 9251195.

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

Color convert

RGB 123 41 141 -
CMYK 0.13 0.71 0 0.45
HSL 289.2º 0.55% 0.36% -
HSV(B) 289.2º 0.71% 0.55% -
XYZ 13.77 7.72 25.96 -
YUV 76.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 123 41 141 0.13 0.71 0 0.45 289.2 0.55 0.36
Hex 7B 29 8D D 47 0 2D 121 37 24
Octal 173 51 215 15 107 0 55 441 67 44
Binary 1111011 101001 10001101 1101 1000111 0 101101 100100001 110111 100100

Color Harmonies of #7B298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B298D

Black with #7B298D

Text Example


Text Example

White with #7B298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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