Html Css Color HEX #7B0D70 Purple

📋 copy color: '#7B0D70'

red 123 ◦ green 13 ◦ blue 112

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

Shades of Purple #7B0D70

Tints of Purple #7B0D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 49.6%
G = 5.24%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7B0D70 (or 0x7B0D70) is known color: Purple. HEX triplet: 7B, 0D and 70. RGB value is (123,13,112). Sum of RGB (Red+Green+Blue) = 123+13+112=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D70 is #84F28F. Grayscale: #383838. Windows color (decimal): -8712848 or 7343483. OLE color: 7343483.

HSL color Cylindrical-coordinate representation of color #7B0D70: hue angle of 306º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D70 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 13 112 -
CMYK 0 0.89 0.09 0.52
HSL 306º 0.81% 0.27% -
HSV(B) 306º 0.89% 0.48% -
XYZ 11.24 5.67 15.83 -
YUV 57.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 123 13 112 0 0.89 0.09 0.52 306 0.81 0.27
Hex 7B D 70 0 59 9 34 132 51 1B
Octal 173 15 160 0 131 11 64 462 121 33
Binary 1111011 1101 1110000 0 1011001 1001 110100 100110010 1010001 11011

Color Harmonies of #7B0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0D70

Black with #7B0D70

Text Example


Text Example

White with #7B0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,13,112); }

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

background-color css

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

 a { background-color: rgb(123,13,112); }

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

border-color css

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

 span { border-color: rgb(123,13,112); }

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