Html Css Color HEX #7C66AF Deluge

📋 copy color: '#7C66AF'

red 124 ◦ green 102 ◦ blue 175

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

Shades of Deluge #7C66AF

Tints of Deluge #7C66AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 30.92%
G = 25.44%
B = 43.64%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C66AF (or 0x7C66AF) is known color: Deluge. HEX triplet: 7C, 66 and AF. RGB value is (124,102,175). Sum of RGB (Red+Green+Blue) = 124+102+175=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C66AF is #839950. Grayscale: #747474. Windows color (decimal): -8624465 or 11495036. OLE color: 11495036.

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

Color convert

RGB 124 102 175 -
CMYK 0.29 0.42 0 0.31
HSL 258.08º 0.31% 0.54% -
HSV(B) 258.08º 0.42% 0.69% -
XYZ 20.8 16.88 42.72 -
YUV 116.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 124 102 175 0.29 0.42 0 0.31 258.08 0.31 0.54
Hex 7C 66 AF 1D 2A 0 1F 102 1F 36
Octal 174 146 257 35 52 0 37 402 37 66
Binary 1111100 1100110 10101111 11101 101010 0 11111 100000010 11111 110110

Color Harmonies of #7C66AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C66AF

Black with #7C66AF

Text Example


Text Example

White with #7C66AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,175); }

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

background-color css

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

 a { background-color: rgb(124,102,175); }

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

border-color css

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

 span { border-color: rgb(124,102,175); }

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