Html Css Color HEX #7C61B2 Deluge

📋 copy color: '#7C61B2'

red 124 ◦ green 97 ◦ blue 178

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

Shades of Deluge #7C61B2

Tints of Deluge #7C61B2

RGB

 RED value IS 124 (48.83% from 255) = 31.08%

 GREEN value IS 97 (38.28% from 255) = 24.31%

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 31.08%
G = 24.31%
B = 44.61%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7C61B2 (or 0x7C61B2) is known color: Deluge. HEX triplet: 7C, 61 and B2. RGB value is (124,97,178). Sum of RGB (Red+Green+Blue) = 124+97+178=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #7C61B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C61B2 is #839E4D. Grayscale: #727272. Windows color (decimal): -8625742 or 11690364. OLE color: 11690364.

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

Color convert

RGB 124 97 178 -
CMYK 0.30 0.46 0 0.30
HSL 260º 0.34% 0.54% -
HSV(B) 260º 0.46% 0.7% -
XYZ 20.62 16.05 44.13 -
YUV 114.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 124 97 178 0.30 0.46 0 0.30 260 0.34 0.54
Hex 7C 61 B2 1E 2E 0 1E 104 22 36
Octal 174 141 262 36 56 0 36 404 42 66
Binary 1111100 1100001 10110010 11110 101110 0 11110 100000100 100010 110110

Color Harmonies of #7C61B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C61B2

Black with #7C61B2

Text Example


Text Example

White with #7C61B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,178); }

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

background-color css

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

 a { background-color: rgb(124,97,178); }

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

border-color css

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

 span { border-color: rgb(124,97,178); }

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