Html Css Color HEX #7E63CD True V

📋 copy color: '#7E63CD'

red 126 ◦ green 99 ◦ blue 205

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

Shades of True V #7E63CD

Tints of True V #7E63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 29.3%
G = 23.02%
B = 47.67%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E63CD (or 0x7E63CD) is known color: True V. HEX triplet: 7E, 63 and CD. RGB value is (126,99,205). Sum of RGB (Red+Green+Blue) = 126+99+205=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63CD is #819C32. Grayscale: #767676. Windows color (decimal): -8494131 or 13460350. OLE color: 13460350.

HSL color Cylindrical-coordinate representation of color #7E63CD: hue angle of 255.28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E63CD is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 99 205 -
CMYK 0.39 0.52 0 0.20
HSL 255.28º 0.51% 0.6% -
HSV(B) 255.28º 0.52% 0.8% -
XYZ 24.09 17.77 59.92 -
YUV 119.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 126 99 205 0.39 0.52 0 0.20 255.28 0.51 0.6
Hex 7E 63 CD 27 34 0 14 FF 33 3C
Octal 176 143 315 47 64 0 24 377 63 74
Binary 1111110 1100011 11001101 100111 110100 0 10100 11111111 110011 111100

Color Harmonies of #7E63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E63CD

Black with #7E63CD

Text Example


Text Example

White with #7E63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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