Html Css Color HEX #7C097B Purple

📋 copy color: '#7C097B'

red 124 ◦ green 9 ◦ blue 123

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

Shades of Purple #7C097B

Tints of Purple #7C097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 48.44%
G = 3.52%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7C097B (or 0x7C097B) is known color: Purple. HEX triplet: 7C, 09 and 7B. RGB value is (124,9,123). Sum of RGB (Red+Green+Blue) = 124+9+123=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C097B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C097B is #83F684. Grayscale: #383838. Windows color (decimal): -8648325 or 8063356. OLE color: 8063356.

HSL color Cylindrical-coordinate representation of color #7C097B: hue angle of 300.52º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C097B is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 123 -
CMYK 0 0.93 0.01 0.51
HSL 300.52º 0.86% 0.26% -
HSV(B) 300.52º 0.93% 0.49% -
XYZ 11.99 5.91 19.25 -
YUV 56.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 124 9 123 0 0.93 0.01 0.51 300.52 0.86 0.26
Hex 7C 9 7B 0 5D 1 33 12D 56 1A
Octal 174 11 173 0 135 1 63 455 126 32
Binary 1111100 1001 1111011 0 1011101 1 110011 100101101 1010110 11010

Color Harmonies of #7C097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C097B

Black with #7C097B

Text Example


Text Example

White with #7C097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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