Html Css Color HEX #7D62B3 Deluge

📋 copy color: '#7D62B3'

red 125 ◦ green 98 ◦ blue 179

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

Shades of Deluge #7D62B3

Tints of Deluge #7D62B3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 31.09%
G = 24.38%
B = 44.53%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7D62B3 (or 0x7D62B3) is known color: Deluge. HEX triplet: 7D, 62 and B3. RGB value is (125,98,179). Sum of RGB (Red+Green+Blue) = 125+98+179=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D62B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D62B3 is #829D4C. Grayscale: #737373. Windows color (decimal): -8559949 or 11756157. OLE color: 11756157.

HSL color Cylindrical-coordinate representation of color #7D62B3: hue angle of 260º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D62B3 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 98 179 -
CMYK 0.30 0.45 0 0.30
HSL 260º 0.35% 0.54% -
HSV(B) 260º 0.45% 0.7% -
XYZ 20.96 16.35 44.7 -
YUV 115.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 125 98 179 0.30 0.45 0 0.30 260 0.35 0.54
Hex 7D 62 B3 1E 2D 0 1E 104 23 36
Octal 175 142 263 36 55 0 36 404 43 66
Binary 1111101 1100010 10110011 11110 101101 0 11110 100000100 100011 110110

Color Harmonies of #7D62B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D62B3

Black with #7D62B3

Text Example


Text Example

White with #7D62B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,179); }

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

background-color css

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

 a { background-color: rgb(125,98,179); }

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

border-color css

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

 span { border-color: rgb(125,98,179); }

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