Html Css Color HEX #7B368B Vivid Violet

📋 copy color: '#7B368B'

red 123 ◦ green 54 ◦ blue 139

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

Shades of Vivid Violet #7B368B

Tints of Vivid Violet #7B368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 38.92%
G = 17.09%
B = 43.99%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B368B (or 0x7B368B) is known color: Vivid Violet. HEX triplet: 7B, 36 and 8B. RGB value is (123,54,139). Sum of RGB (Red+Green+Blue) = 123+54+139=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B368B is #84C974. Grayscale: #545454. Windows color (decimal): -8702325 or 9123451. OLE color: 9123451.

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

Color convert

RGB 123 54 139 -
CMYK 0.12 0.61 0 0.45
HSL 288.71º 0.44% 0.38% -
HSV(B) 288.71º 0.61% 0.55% -
XYZ 14.15 8.71 25.36 -
YUV 84.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 123 54 139 0.12 0.61 0 0.45 288.71 0.44 0.38
Hex 7B 36 8B C 3D 0 2D 121 2C 26
Octal 173 66 213 14 75 0 55 441 54 46
Binary 1111011 110110 10001011 1100 111101 0 101101 100100001 101100 100110

Color Harmonies of #7B368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B368B

Black with #7B368B

Text Example


Text Example

White with #7B368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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