Html Css Color HEX #7B2690 Vivid Violet

📋 copy color: '#7B2690'

red 123 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #7B2690

Tints of Vivid Violet #7B2690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 40.33%
G = 12.46%
B = 47.21%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B2690 (or 0x7B2690) is known color: Vivid Violet. HEX triplet: 7B, 26 and 90. RGB value is (123,38,144). Sum of RGB (Red+Green+Blue) = 123+38+144=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2690 is #84D96F. Grayscale: #4B4B4B. Windows color (decimal): -8706416 or 9447035. OLE color: 9447035.

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

Color convert

RGB 123 38 144 -
CMYK 0.15 0.74 0 0.44
HSL 288.11º 0.58% 0.36% -
HSV(B) 288.11º 0.74% 0.56% -
XYZ 13.9 7.61 27.12 -
YUV 75.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 123 38 144 0.15 0.74 0 0.44 288.11 0.58 0.36
Hex 7B 26 90 F 4A 0 2C 120 3A 24
Octal 173 46 220 17 112 0 54 440 72 44
Binary 1111011 100110 10010000 1111 1001010 0 101100 100100000 111010 100100

Color Harmonies of #7B2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2690

Black with #7B2690

Text Example


Text Example

White with #7B2690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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