Html Css Color HEX #7B088B Purple

📋 copy color: '#7B088B'

red 123 ◦ green 8 ◦ blue 139

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

Shades of Purple #7B088B

Tints of Purple #7B088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 45.56%
G = 2.96%
B = 51.48%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B088B (or 0x7B088B) is known color: Purple. HEX triplet: 7B, 08 and 8B. RGB value is (123,8,139). Sum of RGB (Red+Green+Blue) = 123+8+139=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B088B is #84F774. Grayscale: #383838. Windows color (decimal): -8714101 or 9111675. OLE color: 9111675.

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

Color convert

RGB 123 8 139 -
CMYK 0.12 0.94 0 0.45
HSL 292.67º 0.89% 0.29% -
HSV(B) 292.67º 0.94% 0.55% -
XYZ 12.92 6.25 24.95 -
YUV 57.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 123 8 139 0.12 0.94 0 0.45 292.67 0.89 0.29
Hex 7B 8 8B C 5E 0 2D 125 59 1D
Octal 173 10 213 14 136 0 55 445 131 35
Binary 1111011 1000 10001011 1100 1011110 0 101101 100100101 1011001 11101

Color Harmonies of #7B088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B088B

Black with #7B088B

Text Example


Text Example

White with #7B088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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