Html Css Color HEX #7B096D Purple

📋 copy color: '#7B096D'

red 123 ◦ green 9 ◦ blue 109

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

Shades of Purple #7B096D

Tints of Purple #7B096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 51.04%
G = 3.73%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B096D (or 0x7B096D) is known color: Purple. HEX triplet: 7B, 09 and 6D. RGB value is (123,9,109). Sum of RGB (Red+Green+Blue) = 123+9+109=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B096D is #84F692. Grayscale: #363636. Windows color (decimal): -8713875 or 7145851. OLE color: 7145851.

HSL color Cylindrical-coordinate representation of color #7B096D: hue angle of 307.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B096D is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 9 109 -
CMYK 0 0.93 0.11 0.52
HSL 307.37º 0.86% 0.26% -
HSV(B) 307.37º 0.93% 0.48% -
XYZ 11.03 5.51 14.95 -
YUV 54.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 123 9 109 0 0.93 0.11 0.52 307.37 0.86 0.26
Hex 7B 9 6D 0 5D B 34 133 56 1A
Octal 173 11 155 0 135 13 64 463 126 32
Binary 1111011 1001 1101101 0 1011101 1011 110100 100110011 1010110 11010

Color Harmonies of #7B096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B096D

Black with #7B096D

Text Example


Text Example

White with #7B096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,9,109); }

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

background-color css

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

 a { background-color: rgb(123,9,109); }

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

border-color css

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

 span { border-color: rgb(123,9,109); }

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