Html Css Color HEX #7E3CB7 Studio

📋 copy color: '#7E3CB7'

red 126 ◦ green 60 ◦ blue 183

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

Shades of Studio #7E3CB7

Tints of Studio #7E3CB7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.26%

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 34.15%
G = 16.26%
B = 49.59%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7E3CB7 (or 0x7E3CB7) is known color: Studio. HEX triplet: 7E, 3C and B7. RGB value is (126,60,183). Sum of RGB (Red+Green+Blue) = 126+60+183=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #7E3CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CB7 is #81C348. Grayscale: #5D5D5D. Windows color (decimal): -8504137 or 12008574. OLE color: 12008574.

HSL color Cylindrical-coordinate representation of color #7E3CB7: hue angle of 272.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3CB7 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 60 183 -
CMYK 0.31 0.67 0 0.28
HSL 272.2º 0.51% 0.48% -
HSV(B) 272.2º 0.67% 0.72% -
XYZ 18.77 11.09 45.95 -
YUV 93.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 126 60 183 0.31 0.67 0 0.28 272.2 0.51 0.48
Hex 7E 3C B7 1F 43 0 1C 110 33 30
Octal 176 74 267 37 103 0 34 420 63 60
Binary 1111110 111100 10110111 11111 1000011 0 11100 100010000 110011 110000

Color Harmonies of #7E3CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3CB7

Black with #7E3CB7

Text Example


Text Example

White with #7E3CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,60,183); }

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

background-color css

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

 a { background-color: rgb(126,60,183); }

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

border-color css

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

 span { border-color: rgb(126,60,183); }

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