Html Css Color HEX #7B0D75 Purple

📋 copy color: '#7B0D75'

red 123 ◦ green 13 ◦ blue 117

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

Shades of Purple #7B0D75

Tints of Purple #7B0D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 48.62%
G = 5.14%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B0D75 (or 0x7B0D75) is known color: Purple. HEX triplet: 7B, 0D and 75. RGB value is (123,13,117). Sum of RGB (Red+Green+Blue) = 123+13+117=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D75 is #84F28A. Grayscale: #393939. Windows color (decimal): -8712843 or 7671163. OLE color: 7671163.

HSL color Cylindrical-coordinate representation of color #7B0D75: hue angle of 303.27º 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 #7B0D75 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 13 117 -
CMYK 0 0.89 0.05 0.52
HSL 303.27º 0.81% 0.27% -
HSV(B) 303.27º 0.89% 0.48% -
XYZ 11.52 5.78 17.34 -
YUV 57.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 123 13 117 0 0.89 0.05 0.52 303.27 0.81 0.27
Hex 7B D 75 0 59 5 34 12F 51 1B
Octal 173 15 165 0 131 5 64 457 121 33
Binary 1111011 1101 1110101 0 1011001 101 110100 100101111 1010001 11011

Color Harmonies of #7B0D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0D75

Black with #7B0D75

Text Example


Text Example

White with #7B0D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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