Html Css Color HEX #7D4A6E Cosmic

📋 copy color: '#7D4A6E'

red 125 ◦ green 74 ◦ blue 110

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

Shades of Cosmic #7D4A6E

Tints of Cosmic #7D4A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 40.45%
G = 23.95%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D4A6E (or 0x7D4A6E) is known color: Cosmic. HEX triplet: 7D, 4A and 6E. RGB value is (125,74,110). Sum of RGB (Red+Green+Blue) = 125+74+110=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4A6E is #82B591. Grayscale: #5D5D5D. Windows color (decimal): -8566162 or 7228029. OLE color: 7228029.

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

Color convert

RGB 125 74 110 -
CMYK 0 0.41 0.12 0.51
HSL 317.65º 0.26% 0.39% -
HSV(B) 317.65º 0.41% 0.49% -
XYZ 13.72 10.38 16.03 -
YUV 93.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 125 74 110 0 0.41 0.12 0.51 317.65 0.26 0.39
Hex 7D 4A 6E 0 29 C 33 13E 1A 27
Octal 175 112 156 0 51 14 63 476 32 47
Binary 1111101 1001010 1101110 0 101001 1100 110011 100111110 11010 100111

Color Harmonies of #7D4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A6E

Black with #7D4A6E

Text Example


Text Example

White with #7D4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,110); }

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

background-color css

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

 a { background-color: rgb(125,74,110); }

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

border-color css

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

 span { border-color: rgb(125,74,110); }

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