Html Css Color HEX #7E3B68 Cosmic

📋 copy color: '#7E3B68'

red 126 ◦ green 59 ◦ blue 104

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

Shades of Cosmic #7E3B68

Tints of Cosmic #7E3B68

RGB

 RED value IS 126 (49.61% from 255) = 43.6%

 GREEN value IS 59 (23.44% from 255) = 20.42%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 43.6%
G = 20.42%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E3B68 (or 0x7E3B68) is known color: Cosmic. HEX triplet: 7E, 3B and 68. RGB value is (126,59,104). Sum of RGB (Red+Green+Blue) = 126+59+104=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B68 is #81C497. Grayscale: #545454. Windows color (decimal): -8504472 or 6830974. OLE color: 6830974.

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

Color convert

RGB 126 59 104 -
CMYK 0 0.53 0.17 0.51
HSL 319.7º 0.36% 0.36% -
HSV(B) 319.7º 0.53% 0.49% -
XYZ 12.67 8.56 14.08 -
YUV 84.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 126 59 104 0 0.53 0.17 0.51 319.7 0.36 0.36
Hex 7E 3B 68 0 35 11 33 140 24 24
Octal 176 73 150 0 65 21 63 500 44 44
Binary 1111110 111011 1101000 0 110101 10001 110011 101000000 100100 100100

Color Harmonies of #7E3B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3B68

Black with #7E3B68

Text Example


Text Example

White with #7E3B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,59,104); }

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

background-color css

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

 a { background-color: rgb(126,59,104); }

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

border-color css

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

 span { border-color: rgb(126,59,104); }

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