Html Css Color HEX #7E63BC True V

📋 copy color: '#7E63BC'

red 126 ◦ green 99 ◦ blue 188

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

Shades of True V #7E63BC

Tints of True V #7E63BC

RGB

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

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

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

R = 30.51%
G = 23.97%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E63BC (or 0x7E63BC) is known color: True V. HEX triplet: 7E, 63 and BC. RGB value is (126,99,188). Sum of RGB (Red+Green+Blue) = 126+99+188=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E63BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63BC is #819C43. Grayscale: #747474. Windows color (decimal): -8494148 or 12346238. OLE color: 12346238.

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

Color convert

RGB 126 99 188 -
CMYK 0.33 0.47 0 0.26
HSL 258.2º 0.4% 0.56% -
HSV(B) 258.2º 0.47% 0.74% -
XYZ 22.14 16.99 49.69 -
YUV 117.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 126 99 188 0.33 0.47 0 0.26 258.2 0.4 0.56
Hex 7E 63 BC 21 2F 0 1A 102 28 38
Octal 176 143 274 41 57 0 32 402 50 70
Binary 1111110 1100011 10111100 100001 101111 0 11010 100000010 101000 111000

Color Harmonies of #7E63BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E63BC

Black with #7E63BC

Text Example


Text Example

White with #7E63BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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