Html Css Color HEX #7A0C6F Purple

📋 copy color: '#7A0C6F'

red 122 ◦ green 12 ◦ blue 111

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

Shades of Purple #7A0C6F

Tints of Purple #7A0C6F

RGB

 RED value IS 122 (48.05% from 255) = 49.8%

 GREEN value IS 12 (5.08% from 255) = 4.9%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 49.8%
G = 4.9%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A0C6F (or 0x7A0C6F) is known color: Purple. HEX triplet: 7A, 0C and 6F. RGB value is (122,12,111). Sum of RGB (Red+Green+Blue) = 122+12+111=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0C6F is #85F390. Grayscale: #373737. Windows color (decimal): -8778641 or 7277690. OLE color: 7277690.

HSL color Cylindrical-coordinate representation of color #7A0C6F: hue angle of 306º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C6F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 12 111 -
CMYK 0 0.90 0.09 0.52
HSL 306º 0.82% 0.26% -
HSV(B) 306º 0.9% 0.48% -
XYZ 11.03 5.55 15.53 -
YUV 56.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 122 12 111 0 0.90 0.09 0.52 306 0.82 0.26
Hex 7A C 6F 0 5A 9 34 132 52 1A
Octal 172 14 157 0 132 11 64 462 122 32
Binary 1111010 1100 1101111 0 1011010 1001 110100 100110010 1010010 11010

Color Harmonies of #7A0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0C6F

Black with #7A0C6F

Text Example


Text Example

White with #7A0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,12,111); }

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

background-color css

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

 a { background-color: rgb(122,12,111); }

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

border-color css

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

 span { border-color: rgb(122,12,111); }

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