Html Css Color HEX #7E3865 Cosmic

📋 copy color: '#7E3865'

red 126 ◦ green 56 ◦ blue 101

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

Shades of Cosmic #7E3865

Tints of Cosmic #7E3865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 44.52%
G = 19.79%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7E3865 (or 0x7E3865) is known color: Cosmic. HEX triplet: 7E, 38 and 65. RGB value is (126,56,101). Sum of RGB (Red+Green+Blue) = 126+56+101=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3865 is #81C79A. Grayscale: #515151. Windows color (decimal): -8505243 or 6633598. OLE color: 6633598.

HSL color Cylindrical-coordinate representation of color #7E3865: hue angle of 321.43º 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 #7E3865 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 56 101 -
CMYK 0 0.56 0.20 0.51
HSL 321.43º 0.38% 0.36% -
HSV(B) 321.43º 0.56% 0.49% -
XYZ 12.37 8.2 13.24 -
YUV 82.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 126 56 101 0 0.56 0.20 0.51 321.43 0.38 0.36
Hex 7E 38 65 0 38 14 33 141 26 24
Octal 176 70 145 0 70 24 63 501 46 44
Binary 1111110 111000 1100101 0 111000 10100 110011 101000001 100110 100100

Color Harmonies of #7E3865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3865

Black with #7E3865

Text Example


Text Example

White with #7E3865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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