Html Css Color HEX #7B0C6F Purple

📋 copy color: '#7B0C6F'

red 123 ◦ green 12 ◦ blue 111

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

Shades of Purple #7B0C6F

Tints of Purple #7B0C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 50%
G = 4.88%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B0C6F (or 0x7B0C6F) is known color: Purple. HEX triplet: 7B, 0C and 6F. RGB value is (123,12,111). Sum of RGB (Red+Green+Blue) = 123+12+111=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0C6F is #84F390. Grayscale: #383838. Windows color (decimal): -8713105 or 7277691. OLE color: 7277691.

HSL color Cylindrical-coordinate representation of color #7B0C6F: hue angle of 306.49º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C6F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 12 111 -
CMYK 0 0.90 0.10 0.52
HSL 306.49º 0.82% 0.26% -
HSV(B) 306.49º 0.9% 0.48% -
XYZ 11.17 5.62 15.54 -
YUV 56.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 123 12 111 0 0.90 0.10 0.52 306.49 0.82 0.26
Hex 7B C 6F 0 5A A 34 132 52 1A
Octal 173 14 157 0 132 12 64 462 122 32
Binary 1111011 1100 1101111 0 1011010 1010 110100 100110010 1010010 11010

Color Harmonies of #7B0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0C6F

Black with #7B0C6F

Text Example


Text Example

White with #7B0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,12,111); }

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

background-color css

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

 a { background-color: rgb(123,12,111); }

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

border-color css

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

 span { border-color: rgb(123,12,111); }

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