Html Css Color HEX #7E63BE True V

📋 copy color: '#7E63BE'

red 126 ◦ green 99 ◦ blue 190

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

Shades of True V #7E63BE

Tints of True V #7E63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 30.36%
G = 23.86%
B = 45.78%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E63BE (or 0x7E63BE) is known color: True V. HEX triplet: 7E, 63 and BE. RGB value is (126,99,190). Sum of RGB (Red+Green+Blue) = 126+99+190=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63BE is #819C41. Grayscale: #757575. Windows color (decimal): -8494146 or 12477310. OLE color: 12477310.

HSL color Cylindrical-coordinate representation of color #7E63BE: hue angle of 257.8º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E63BE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 99 190 -
CMYK 0.34 0.48 0 0.25
HSL 257.8º 0.41% 0.57% -
HSV(B) 257.8º 0.48% 0.75% -
XYZ 22.36 17.08 50.83 -
YUV 117.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 126 99 190 0.34 0.48 0 0.25 257.8 0.41 0.57
Hex 7E 63 BE 22 30 0 19 102 29 39
Octal 176 143 276 42 60 0 31 402 51 71
Binary 1111110 1100011 10111110 100010 110000 0 11001 100000010 101001 111001

Color Harmonies of #7E63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E63BE

Black with #7E63BE

Text Example


Text Example

White with #7E63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,99,190); }

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

background-color css

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

 a { background-color: rgb(126,99,190); }

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

border-color css

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

 span { border-color: rgb(126,99,190); }

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