Html Css Color HEX #7D415D Cosmic

📋 copy color: '#7D415D'

red 125 ◦ green 65 ◦ blue 93

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

Shades of Cosmic #7D415D

Tints of Cosmic #7D415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 44.17%
G = 22.97%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D415D (or 0x7D415D) is known color: Cosmic. HEX triplet: 7D, 41 and 5D. RGB value is (125,65,93). Sum of RGB (Red+Green+Blue) = 125+65+93=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D415D is #82BEA2. Grayscale: #565656. Windows color (decimal): -8568483 or 6111613. OLE color: 6111613.

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

Color convert

RGB 125 65 93 -
CMYK 0 0.48 0.26 0.51
HSL 332º 0.32% 0.37% -
HSV(B) 332º 0.48% 0.49% -
XYZ 12.32 8.93 11.43 -
YUV 86.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 125 65 93 0 0.48 0.26 0.51 332 0.32 0.37
Hex 7D 41 5D 0 30 1A 33 14C 20 25
Octal 175 101 135 0 60 32 63 514 40 45
Binary 1111101 1000001 1011101 0 110000 11010 110011 101001100 100000 100101

Color Harmonies of #7D415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D415D

Black with #7D415D

Text Example


Text Example

White with #7D415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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