Html Css Color HEX #7B1385 Purple

📋 copy color: '#7B1385'

red 123 ◦ green 19 ◦ blue 133

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

Shades of Purple #7B1385

Tints of Purple #7B1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 44.73%
G = 6.91%
B = 48.36%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B1385 (or 0x7B1385) is known color: Purple. HEX triplet: 7B, 13 and 85. RGB value is (123,19,133). Sum of RGB (Red+Green+Blue) = 123+19+133=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1385 is #84EC7A. Grayscale: #3E3E3E. Windows color (decimal): -8711291 or 8721275. OLE color: 8721275.

HSL color Cylindrical-coordinate representation of color #7B1385: hue angle of 294.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1385 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 19 133 -
CMYK 0.08 0.86 0 0.48
HSL 294.74º 0.75% 0.3% -
HSV(B) 294.74º 0.86% 0.52% -
XYZ 12.63 6.37 22.75 -
YUV 63.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 123 19 133 0.08 0.86 0 0.48 294.74 0.75 0.3
Hex 7B 13 85 8 56 0 30 127 4B 1E
Octal 173 23 205 10 126 0 60 447 113 36
Binary 1111011 10011 10000101 1000 1010110 0 110000 100100111 1001011 11110

Color Harmonies of #7B1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1385

Black with #7B1385

Text Example


Text Example

White with #7B1385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,133); }

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

background-color css

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

 a { background-color: rgb(123,19,133); }

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

border-color css

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

 span { border-color: rgb(123,19,133); }

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