Html Css Color HEX #7D067A Purple

📋 copy color: '#7D067A'

red 125 ◦ green 6 ◦ blue 122

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

Shades of Purple #7D067A

Tints of Purple #7D067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 122 (48.05% from 255) = 48.22%

R = 49.41%
G = 2.37%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D067A (or 0x7D067A) is known color: Purple. HEX triplet: 7D, 06 and 7A. RGB value is (125,6,122). Sum of RGB (Red+Green+Blue) = 125+6+122=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D067A is #82F985. Grayscale: #363636. Windows color (decimal): -8583558 or 7997053. OLE color: 7997053.

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

Color convert

RGB 125 6 122 -
CMYK 0 0.95 0.02 0.51
HSL 301.51º 0.91% 0.26% -
HSV(B) 301.51º 0.95% 0.49% -
XYZ 12.04 5.9 18.92 -
YUV 54.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 125 6 122 0 0.95 0.02 0.51 301.51 0.91 0.26
Hex 7D 6 7A 0 5F 2 33 12E 5B 1A
Octal 175 6 172 0 137 2 63 456 133 32
Binary 1111101 110 1111010 0 1011111 10 110011 100101110 1011011 11010

Color Harmonies of #7D067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D067A

Black with #7D067A

Text Example


Text Example

White with #7D067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,6,122); }

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

background-color css

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

 a { background-color: rgb(125,6,122); }

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

border-color css

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

 span { border-color: rgb(125,6,122); }

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