Html Css Color HEX #7C098B Purple

📋 copy color: '#7C098B'

red 124 ◦ green 9 ◦ blue 139

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

Shades of Purple #7C098B

Tints of Purple #7C098B

RGB

 RED value IS 124 (48.83% from 255) = 45.59%

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 139 (54.69% from 255) = 51.1%

R = 45.59%
G = 3.31%
B = 51.1%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C098B (or 0x7C098B) is known color: Purple. HEX triplet: 7C, 09 and 8B. RGB value is (124,9,139). Sum of RGB (Red+Green+Blue) = 124+9+139=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C098B is #83F674. Grayscale: #393939. Windows color (decimal): -8648309 or 9111932. OLE color: 9111932.

HSL color Cylindrical-coordinate representation of color #7C098B: hue angle of 293.08º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C098B is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 9 139 -
CMYK 0.11 0.94 0 0.45
HSL 293.08º 0.88% 0.29% -
HSV(B) 293.08º 0.94% 0.55% -
XYZ 13.07 6.34 24.96 -
YUV 58.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 124 9 139 0.11 0.94 0 0.45 293.08 0.88 0.29
Hex 7C 9 8B B 5E 0 2D 125 58 1D
Octal 174 11 213 13 136 0 55 445 130 35
Binary 1111100 1001 10001011 1011 1011110 0 101101 100100101 1011000 11101

Color Harmonies of #7C098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C098B

Black with #7C098B

Text Example


Text Example

White with #7C098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,139); }

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

background-color css

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

 a { background-color: rgb(124,9,139); }

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

border-color css

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

 span { border-color: rgb(124,9,139); }

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