Html Css Color HEX #7D416D Cosmic

📋 copy color: '#7D416D'

red 125 ◦ green 65 ◦ blue 109

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

Shades of Cosmic #7D416D

Tints of Cosmic #7D416D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 41.81%
G = 21.74%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D416D (or 0x7D416D) is known color: Cosmic. HEX triplet: 7D, 41 and 6D. RGB value is (125,65,109). Sum of RGB (Red+Green+Blue) = 125+65+109=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D416D is #82BE92. Grayscale: #575757. Windows color (decimal): -8568467 or 7160189. OLE color: 7160189.

HSL color Cylindrical-coordinate representation of color #7D416D: hue angle of 316º 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 #7D416D is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 109 -
CMYK 0 0.48 0.13 0.51
HSL 316º 0.32% 0.37% -
HSV(B) 316º 0.48% 0.49% -
XYZ 13.11 9.24 15.56 -
YUV 87.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 125 65 109 0 0.48 0.13 0.51 316 0.32 0.37
Hex 7D 41 6D 0 30 D 33 13C 20 25
Octal 175 101 155 0 60 15 63 474 40 45
Binary 1111101 1000001 1101101 0 110000 1101 110011 100111100 100000 100101

Color Harmonies of #7D416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D416D

Black with #7D416D

Text Example


Text Example

White with #7D416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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