Html Css Color HEX #7B0B6C Purple

📋 copy color: '#7B0B6C'

red 123 ◦ green 11 ◦ blue 108

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

Shades of Purple #7B0B6C

Tints of Purple #7B0B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.55%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 50.83%
G = 4.55%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B0B6C (or 0x7B0B6C) is known color: Purple. HEX triplet: 7B, 0B and 6C. RGB value is (123,11,108). Sum of RGB (Red+Green+Blue) = 123+11+108=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B6C is #84F493. Grayscale: #373737. Windows color (decimal): -8713364 or 7080827. OLE color: 7080827.

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

Color convert

RGB 123 11 108 -
CMYK 0 0.91 0.12 0.52
HSL 308.04º 0.84% 0.26% -
HSV(B) 308.04º 0.91% 0.48% -
XYZ 10.99 5.53 14.68 -
YUV 55.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 123 11 108 0 0.91 0.12 0.52 308.04 0.84 0.26
Hex 7B B 6C 0 5B C 34 134 54 1A
Octal 173 13 154 0 133 14 64 464 124 32
Binary 1111011 1011 1101100 0 1011011 1100 110100 100110100 1010100 11010

Color Harmonies of #7B0B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0B6C

Black with #7B0B6C

Text Example


Text Example

White with #7B0B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,108); }

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

background-color css

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

 a { background-color: rgb(123,11,108); }

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

border-color css

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

 span { border-color: rgb(123,11,108); }

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