Html Css Color HEX #7D415B Cosmic

📋 copy color: '#7D415B'

red 125 ◦ green 65 ◦ blue 91

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

Shades of Cosmic #7D415B

Tints of Cosmic #7D415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 44.48%
G = 23.13%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D415B (or 0x7D415B) is known color: Cosmic. HEX triplet: 7D, 41 and 5B. RGB value is (125,65,91). Sum of RGB (Red+Green+Blue) = 125+65+91=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D415B is #82BEA4. Grayscale: #555555. Windows color (decimal): -8568485 or 5980541. OLE color: 5980541.

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

Color convert

RGB 125 65 91 -
CMYK 0 0.48 0.27 0.51
HSL 334º 0.32% 0.37% -
HSV(B) 334º 0.48% 0.49% -
XYZ 12.24 8.9 10.97 -
YUV 85.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 125 65 91 0 0.48 0.27 0.51 334 0.32 0.37
Hex 7D 41 5B 0 30 1B 33 14E 20 25
Octal 175 101 133 0 60 33 63 516 40 45
Binary 1111101 1000001 1011011 0 110000 11011 110011 101001110 100000 100101

Color Harmonies of #7D415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D415B

Black with #7D415B

Text Example


Text Example

White with #7D415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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