Html Css Color HEX #7B097D Purple

📋 copy color: '#7B097D'

red 123 ◦ green 9 ◦ blue 125

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

Shades of Purple #7B097D

Tints of Purple #7B097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 47.86%
G = 3.5%
B = 48.64%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B097D (or 0x7B097D) is known color: Purple. HEX triplet: 7B, 09 and 7D. RGB value is (123,9,125). Sum of RGB (Red+Green+Blue) = 123+9+125=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B097D is #84F682. Grayscale: #373737. Windows color (decimal): -8713859 or 8194427. OLE color: 8194427.

HSL color Cylindrical-coordinate representation of color #7B097D: hue angle of 298.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B097D is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 9 125 -
CMYK 0.02 0.93 0 0.51
HSL 298.97º 0.87% 0.26% -
HSV(B) 298.97º 0.93% 0.49% -
XYZ 11.97 5.89 19.91 -
YUV 56.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 123 9 125 0.02 0.93 0 0.51 298.97 0.87 0.26
Hex 7B 9 7D 2 5D 0 33 12B 57 1A
Octal 173 11 175 2 135 0 63 453 127 32
Binary 1111011 1001 1111101 10 1011101 0 110011 100101011 1010111 11010

Color Harmonies of #7B097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B097D

Black with #7B097D

Text Example


Text Example

White with #7B097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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