Html Css Color HEX #7D63AF Deluge

📋 copy color: '#7D63AF'

red 125 ◦ green 99 ◦ blue 175

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

Shades of Deluge #7D63AF

Tints of Deluge #7D63AF

RGB

 RED value IS 125 (49.22% from 255) = 31.33%

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 31.33%
G = 24.81%
B = 43.86%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D63AF (or 0x7D63AF) is known color: Deluge. HEX triplet: 7D, 63 and AF. RGB value is (125,99,175). Sum of RGB (Red+Green+Blue) = 125+99+175=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D63AF is #829C50. Grayscale: #737373. Windows color (decimal): -8559697 or 11494269. OLE color: 11494269.

HSL color Cylindrical-coordinate representation of color #7D63AF: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D63AF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 99 175 -
CMYK 0.29 0.43 0 0.31
HSL 260.53º 0.32% 0.54% -
HSV(B) 260.53º 0.43% 0.69% -
XYZ 20.66 16.38 42.63 -
YUV 115.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 125 99 175 0.29 0.43 0 0.31 260.53 0.32 0.54
Hex 7D 63 AF 1D 2B 0 1F 105 20 36
Octal 175 143 257 35 53 0 37 405 40 66
Binary 1111101 1100011 10101111 11101 101011 0 11111 100000101 100000 110110

Color Harmonies of #7D63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D63AF

Black with #7D63AF

Text Example


Text Example

White with #7D63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,175); }

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

background-color css

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

 a { background-color: rgb(125,99,175); }

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

border-color css

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

 span { border-color: rgb(125,99,175); }

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