Html Css Color HEX #7D3D6B Cosmic

📋 copy color: '#7D3D6B'

red 125 ◦ green 61 ◦ blue 107

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

Shades of Cosmic #7D3D6B

Tints of Cosmic #7D3D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 42.66%
G = 20.82%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D3D6B (or 0x7D3D6B) is known color: Cosmic. HEX triplet: 7D, 3D and 6B. RGB value is (125,61,107). Sum of RGB (Red+Green+Blue) = 125+61+107=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D6B is #82C294. Grayscale: #555555. Windows color (decimal): -8569493 or 7028093. OLE color: 7028093.

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

Color convert

RGB 125 61 107 -
CMYK 0 0.51 0.14 0.51
HSL 316.88º 0.34% 0.36% -
HSV(B) 316.88º 0.51% 0.49% -
XYZ 12.78 8.76 14.93 -
YUV 85.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 125 61 107 0 0.51 0.14 0.51 316.88 0.34 0.36
Hex 7D 3D 6B 0 33 E 33 13D 22 24
Octal 175 75 153 0 63 16 63 475 42 44
Binary 1111101 111101 1101011 0 110011 1110 110011 100111101 100010 100100

Color Harmonies of #7D3D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D6B

Black with #7D3D6B

Text Example


Text Example

White with #7D3D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,107); }

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

background-color css

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

 a { background-color: rgb(125,61,107); }

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

border-color css

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

 span { border-color: rgb(125,61,107); }

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