Html Css Color HEX #7B0F73 Purple

📋 copy color: '#7B0F73'

red 123 ◦ green 15 ◦ blue 115

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

Shades of Purple #7B0F73

Tints of Purple #7B0F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 48.62%
G = 5.93%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B0F73 (or 0x7B0F73) is known color: Purple. HEX triplet: 7B, 0F and 73. RGB value is (123,15,115). Sum of RGB (Red+Green+Blue) = 123+15+115=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0F73 is #84F08C. Grayscale: #3A3A3A. Windows color (decimal): -8712333 or 7540603. OLE color: 7540603.

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

Color convert

RGB 123 15 115 -
CMYK 0 0.88 0.07 0.52
HSL 304.44º 0.78% 0.27% -
HSV(B) 304.44º 0.88% 0.48% -
XYZ 11.43 5.79 16.73 -
YUV 58.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 123 15 115 0 0.88 0.07 0.52 304.44 0.78 0.27
Hex 7B F 73 0 58 7 34 130 4E 1B
Octal 173 17 163 0 130 7 64 460 116 33
Binary 1111011 1111 1110011 0 1011000 111 110100 100110000 1001110 11011

Color Harmonies of #7B0F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0F73

Black with #7B0F73

Text Example


Text Example

White with #7B0F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,15,115); }

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

background-color css

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

 a { background-color: rgb(123,15,115); }

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

border-color css

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

 span { border-color: rgb(123,15,115); }

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