Html Css Color HEX #7D0B88 Purple

📋 copy color: '#7D0B88'

red 125 ◦ green 11 ◦ blue 136

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

Shades of Purple #7D0B88

Tints of Purple #7D0B88

RGB

 RED value IS 125 (49.22% from 255) = 45.96%

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 136 (53.52% from 255) = 50%

R = 45.96%
G = 4.04%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D0B88 (or 0x7D0B88) is known color: Purple. HEX triplet: 7D, 0B and 88. RGB value is (125,11,136). Sum of RGB (Red+Green+Blue) = 125+11+136=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D0B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0B88 is #82F477. Grayscale: #3A3A3A. Windows color (decimal): -8582264 or 8915837. OLE color: 8915837.

HSL color Cylindrical-coordinate representation of color #7D0B88: hue angle of 294.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0B88 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 11 136 -
CMYK 0.08 0.92 0 0.47
HSL 294.72º 0.85% 0.29% -
HSV(B) 294.72º 0.92% 0.53% -
XYZ 13.02 6.38 23.84 -
YUV 59.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 125 11 136 0.08 0.92 0 0.47 294.72 0.85 0.29
Hex 7D B 88 8 5C 0 2F 127 55 1D
Octal 175 13 210 10 134 0 57 447 125 35
Binary 1111101 1011 10001000 1000 1011100 0 101111 100100111 1010101 11101

Color Harmonies of #7D0B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0B88

Black with #7D0B88

Text Example


Text Example

White with #7D0B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,11,136); }

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

background-color css

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

 a { background-color: rgb(125,11,136); }

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

border-color css

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

 span { border-color: rgb(125,11,136); }

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