Html Css Color HEX #7D3E6C Cosmic

📋 copy color: '#7D3E6C'

red 125 ◦ green 62 ◦ blue 108

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

Shades of Cosmic #7D3E6C

Tints of Cosmic #7D3E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.02%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 42.37%
G = 21.02%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D3E6C (or 0x7D3E6C) is known color: Cosmic. HEX triplet: 7D, 3E and 6C. RGB value is (125,62,108). Sum of RGB (Red+Green+Blue) = 125+62+108=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E6C is #82C193. Grayscale: #555555. Windows color (decimal): -8569236 or 7093885. OLE color: 7093885.

HSL color Cylindrical-coordinate representation of color #7D3E6C: hue angle of 316.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E6C is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 62 108 -
CMYK 0 0.50 0.14 0.51
HSL 316.19º 0.34% 0.37% -
HSV(B) 316.19º 0.5% 0.49% -
XYZ 12.89 8.89 15.22 -
YUV 86.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 125 62 108 0 0.50 0.14 0.51 316.19 0.34 0.37
Hex 7D 3E 6C 0 32 E 33 13C 22 25
Octal 175 76 154 0 62 16 63 474 42 45
Binary 1111101 111110 1101100 0 110010 1110 110011 100111100 100010 100101

Color Harmonies of #7D3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E6C

Black with #7D3E6C

Text Example


Text Example

White with #7D3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,108); }

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

background-color css

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

 a { background-color: rgb(125,62,108); }

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

border-color css

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

 span { border-color: rgb(125,62,108); }

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