Html Css Color HEX #7E3B6A Cosmic

📋 copy color: '#7E3B6A'

red 126 ◦ green 59 ◦ blue 106

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

Shades of Cosmic #7E3B6A

Tints of Cosmic #7E3B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 43.3%
G = 20.27%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7E3B6A (or 0x7E3B6A) is known color: Cosmic. HEX triplet: 7E, 3B and 6A. RGB value is (126,59,106). Sum of RGB (Red+Green+Blue) = 126+59+106=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B6A is #81C495. Grayscale: #545454. Windows color (decimal): -8504470 or 6962046. OLE color: 6962046.

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

Color convert

RGB 126 59 106 -
CMYK 0 0.53 0.16 0.51
HSL 317.91º 0.36% 0.36% -
HSV(B) 317.91º 0.53% 0.49% -
XYZ 12.77 8.6 14.62 -
YUV 84.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 126 59 106 0 0.53 0.16 0.51 317.91 0.36 0.36
Hex 7E 3B 6A 0 35 10 33 13E 24 24
Octal 176 73 152 0 65 20 63 476 44 44
Binary 1111110 111011 1101010 0 110101 10000 110011 100111110 100100 100100

Color Harmonies of #7E3B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3B6A

Black with #7E3B6A

Text Example


Text Example

White with #7E3B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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