Html Css Color HEX #7D3A5D Cosmic

📋 copy color: '#7D3A5D'

red 125 ◦ green 58 ◦ blue 93

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

Shades of Cosmic #7D3A5D

Tints of Cosmic #7D3A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 45.29%
G = 21.01%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D3A5D (or 0x7D3A5D) is known color: Cosmic. HEX triplet: 7D, 3A and 5D. RGB value is (125,58,93). Sum of RGB (Red+Green+Blue) = 125+58+93=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3A5D is #82C5A2. Grayscale: #515151. Windows color (decimal): -8570275 or 6109821. OLE color: 6109821.

HSL color Cylindrical-coordinate representation of color #7D3A5D: hue angle of 328.66º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3A5D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 58 93 -
CMYK 0 0.54 0.26 0.51
HSL 328.66º 0.37% 0.36% -
HSV(B) 328.66º 0.54% 0.49% -
XYZ 11.95 8.18 11.3 -
YUV 82.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 125 58 93 0 0.54 0.26 0.51 328.66 0.37 0.36
Hex 7D 3A 5D 0 36 1A 33 149 25 24
Octal 175 72 135 0 66 32 63 511 45 44
Binary 1111101 111010 1011101 0 110110 11010 110011 101001001 100101 100100

Color Harmonies of #7D3A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3A5D

Black with #7D3A5D

Text Example


Text Example

White with #7D3A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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