Html Css Color HEX #7E3868 Cosmic

📋 copy color: '#7E3868'

red 126 ◦ green 56 ◦ blue 104

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

Shades of Cosmic #7E3868

Tints of Cosmic #7E3868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

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

R = 44.06%
G = 19.58%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E3868 (or 0x7E3868) is known color: Cosmic. HEX triplet: 7E, 38 and 68. RGB value is (126,56,104). Sum of RGB (Red+Green+Blue) = 126+56+104=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3868 is #81C797. Grayscale: #525252. Windows color (decimal): -8505240 or 6830206. OLE color: 6830206.

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

Color convert

RGB 126 56 104 -
CMYK 0 0.56 0.17 0.51
HSL 318.86º 0.38% 0.36% -
HSV(B) 318.86º 0.56% 0.49% -
XYZ 12.52 8.26 14.03 -
YUV 82.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 126 56 104 0 0.56 0.17 0.51 318.86 0.38 0.36
Hex 7E 38 68 0 38 11 33 13F 26 24
Octal 176 70 150 0 70 21 63 477 46 44
Binary 1111110 111000 1101000 0 111000 10001 110011 100111111 100110 100100

Color Harmonies of #7E3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3868

Black with #7E3868

Text Example


Text Example

White with #7E3868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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