Html Css Color HEX #7D3F6B Cosmic

📋 copy color: '#7D3F6B'

red 125 ◦ green 63 ◦ blue 107

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

Shades of Cosmic #7D3F6B

Tints of Cosmic #7D3F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

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

R = 42.37%
G = 21.36%
B = 36.27%

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

#7D3F6B (or 0x7D3F6B) is known color: Cosmic. HEX triplet: 7D, 3F and 6B. RGB value is (125,63,107). Sum of RGB (Red+Green+Blue) = 125+63+107=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F6B is #82C094. Grayscale: #565656. Windows color (decimal): -8568981 or 7028605. OLE color: 7028605.

HSL color Cylindrical-coordinate representation of color #7D3F6B: hue angle of 317.42º degrees, saturation: 0.33, 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 #7D3F6B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 63 107 -
CMYK 0 0.50 0.14 0.51
HSL 317.42º 0.33% 0.37% -
HSV(B) 317.42º 0.5% 0.49% -
XYZ 12.89 8.98 14.96 -
YUV 86.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 125 63 107 0 0.50 0.14 0.51 317.42 0.33 0.37
Hex 7D 3F 6B 0 32 E 33 13D 21 25
Octal 175 77 153 0 62 16 63 475 41 45
Binary 1111101 111111 1101011 0 110010 1110 110011 100111101 100001 100101

Color Harmonies of #7D3F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3F6B

Black with #7D3F6B

Text Example


Text Example

White with #7D3F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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