Html Css Color HEX #7B368E Vivid Violet

📋 copy color: '#7B368E'

red 123 ◦ green 54 ◦ blue 142

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

Shades of Vivid Violet #7B368E

Tints of Vivid Violet #7B368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 38.56%
G = 16.93%
B = 44.51%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B368E (or 0x7B368E) is known color: Vivid Violet. HEX triplet: 7B, 36 and 8E. RGB value is (123,54,142). Sum of RGB (Red+Green+Blue) = 123+54+142=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B368E is #84C971. Grayscale: #545454. Windows color (decimal): -8702322 or 9320059. OLE color: 9320059.

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

Color convert

RGB 123 54 142 -
CMYK 0.13 0.62 0 0.44
HSL 287.05º 0.45% 0.38% -
HSV(B) 287.05º 0.62% 0.56% -
XYZ 14.37 8.8 26.53 -
YUV 84.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 123 54 142 0.13 0.62 0 0.44 287.05 0.45 0.38
Hex 7B 36 8E D 3E 0 2C 11F 2D 26
Octal 173 66 216 15 76 0 54 437 55 46
Binary 1111011 110110 10001110 1101 111110 0 101100 100011111 101101 100110

Color Harmonies of #7B368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B368E

Black with #7B368E

Text Example


Text Example

White with #7B368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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