Html Css Color HEX #7E4FBD Studio

📋 copy color: '#7E4FBD'

red 126 ◦ green 79 ◦ blue 189

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

Shades of Studio #7E4FBD

Tints of Studio #7E4FBD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.05%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 31.98%
G = 20.05%
B = 47.97%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E4FBD (or 0x7E4FBD) is known color: Studio. HEX triplet: 7E, 4F and BD. RGB value is (126,79,189). Sum of RGB (Red+Green+Blue) = 126+79+189=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FBD is #81B042. Grayscale: #696969. Windows color (decimal): -8499267 or 12406654. OLE color: 12406654.

HSL color Cylindrical-coordinate representation of color #7E4FBD: hue angle of 265.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E4FBD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 79 189 -
CMYK 0.33 0.58 0 0.26
HSL 265.64º 0.45% 0.53% -
HSV(B) 265.64º 0.58% 0.74% -
XYZ 20.59 13.7 49.7 -
YUV 105.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 126 79 189 0.33 0.58 0 0.26 265.64 0.45 0.53
Hex 7E 4F BD 21 3A 0 1A 10A 2D 35
Octal 176 117 275 41 72 0 32 412 55 65
Binary 1111110 1001111 10111101 100001 111010 0 11010 100001010 101101 110101

Color Harmonies of #7E4FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4FBD

Black with #7E4FBD

Text Example


Text Example

White with #7E4FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,79,189); }

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

background-color css

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

 a { background-color: rgb(126,79,189); }

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

border-color css

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

 span { border-color: rgb(126,79,189); }

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