Html Css Color HEX #7D416E Cosmic

📋 copy color: '#7D416E'

red 125 ◦ green 65 ◦ blue 110

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

Shades of Cosmic #7D416E

Tints of Cosmic #7D416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 41.67%
G = 21.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D416E (or 0x7D416E) is known color: Cosmic. HEX triplet: 7D, 41 and 6E. RGB value is (125,65,110). Sum of RGB (Red+Green+Blue) = 125+65+110=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D416E is #82BE91. Grayscale: #575757. Windows color (decimal): -8568466 or 7225725. OLE color: 7225725.

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

Color convert

RGB 125 65 110 -
CMYK 0 0.48 0.12 0.51
HSL 315º 0.32% 0.37% -
HSV(B) 315º 0.48% 0.49% -
XYZ 13.16 9.27 15.85 -
YUV 88.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 125 65 110 0 0.48 0.12 0.51 315 0.32 0.37
Hex 7D 41 6E 0 30 C 33 13B 20 25
Octal 175 101 156 0 60 14 63 473 40 45
Binary 1111101 1000001 1101110 0 110000 1100 110011 100111011 100000 100101

Color Harmonies of #7D416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D416E

Black with #7D416E

Text Example


Text Example

White with #7D416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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