Html Css Color HEX #7D415F Cosmic

📋 copy color: '#7D415F'

red 125 ◦ green 65 ◦ blue 95

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

Shades of Cosmic #7D415F

Tints of Cosmic #7D415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 43.86%
G = 22.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D415F (or 0x7D415F) is known color: Cosmic. HEX triplet: 7D, 41 and 5F. RGB value is (125,65,95). Sum of RGB (Red+Green+Blue) = 125+65+95=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D415F is #82BEA0. Grayscale: #565656. Windows color (decimal): -8568481 or 6242685. OLE color: 6242685.

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

Color convert

RGB 125 65 95 -
CMYK 0 0.48 0.24 0.51
HSL 330º 0.32% 0.37% -
HSV(B) 330º 0.48% 0.49% -
XYZ 12.41 8.97 11.9 -
YUV 86.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 125 65 95 0 0.48 0.24 0.51 330 0.32 0.37
Hex 7D 41 5F 0 30 18 33 14A 20 25
Octal 175 101 137 0 60 30 63 512 40 45
Binary 1111101 1000001 1011111 0 110000 11000 110011 101001010 100000 100101

Color Harmonies of #7D415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D415F

Black with #7D415F

Text Example


Text Example

White with #7D415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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