Html Css Color HEX #7B368A Vivid Violet

📋 copy color: '#7B368A'

red 123 ◦ green 54 ◦ blue 138

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

Shades of Vivid Violet #7B368A

Tints of Vivid Violet #7B368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 39.05%
G = 17.14%
B = 43.81%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B368A (or 0x7B368A) is known color: Vivid Violet. HEX triplet: 7B, 36 and 8A. RGB value is (123,54,138). Sum of RGB (Red+Green+Blue) = 123+54+138=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B368A is #84C975. Grayscale: #535353. Windows color (decimal): -8702326 or 9057915. OLE color: 9057915.

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

Color convert

RGB 123 54 138 -
CMYK 0.11 0.61 0 0.46
HSL 289.29º 0.44% 0.38% -
HSV(B) 289.29º 0.61% 0.54% -
XYZ 14.07 8.68 24.98 -
YUV 84.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 123 54 138 0.11 0.61 0 0.46 289.29 0.44 0.38
Hex 7B 36 8A B 3D 0 2E 121 2C 26
Octal 173 66 212 13 75 0 56 441 54 46
Binary 1111011 110110 10001010 1011 111101 0 101110 100100001 101100 100110

Color Harmonies of #7B368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B368A

Black with #7B368A

Text Example


Text Example

White with #7B368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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