Html Css Color HEX #7E4BBC Studio

📋 copy color: '#7E4BBC'

red 126 ◦ green 75 ◦ blue 188

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

Shades of Studio #7E4BBC

Tints of Studio #7E4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 32.39%
G = 19.28%
B = 48.33%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E4BBC (or 0x7E4BBC) is known color: Studio. HEX triplet: 7E, 4B and BC. RGB value is (126,75,188). Sum of RGB (Red+Green+Blue) = 126+75+188=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BBC is #81B443. Grayscale: #666666. Windows color (decimal): -8500292 or 12340094. OLE color: 12340094.

HSL color Cylindrical-coordinate representation of color #7E4BBC: hue angle of 267.08º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4BBC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 75 188 -
CMYK 0.33 0.60 0 0.26
HSL 267.08º 0.46% 0.52% -
HSV(B) 267.08º 0.6% 0.74% -
XYZ 20.2 13.1 49.04 -
YUV 103.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 126 75 188 0.33 0.60 0 0.26 267.08 0.46 0.52
Hex 7E 4B BC 21 3C 0 1A 10B 2E 34
Octal 176 113 274 41 74 0 32 413 56 64
Binary 1111110 1001011 10111100 100001 111100 0 11010 100001011 101110 110100

Color Harmonies of #7E4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4BBC

Black with #7E4BBC

Text Example


Text Example

White with #7E4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,75,188); }

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

background-color css

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

 a { background-color: rgb(126,75,188); }

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

border-color css

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

 span { border-color: rgb(126,75,188); }

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