Html Css Color HEX #7C75AF Deluge

📋 copy color: '#7C75AF'

red 124 ◦ green 117 ◦ blue 175

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

Shades of Deluge #7C75AF

Tints of Deluge #7C75AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 29.81%
G = 28.13%
B = 42.07%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C75AF (or 0x7C75AF) is known color: Deluge. HEX triplet: 7C, 75 and AF. RGB value is (124,117,175). Sum of RGB (Red+Green+Blue) = 124+117+175=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C75AF is #838A50. Grayscale: #7D7D7D. Windows color (decimal): -8620625 or 11498876. OLE color: 11498876.

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

Color convert

RGB 124 117 175 -
CMYK 0.29 0.33 0 0.31
HSL 247.24º 0.27% 0.57% -
HSV(B) 247.24º 0.33% 0.69% -
XYZ 22.41 20.1 43.26 -
YUV 125.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 124 117 175 0.29 0.33 0 0.31 247.24 0.27 0.57
Hex 7C 75 AF 1D 21 0 1F F7 1B 39
Octal 174 165 257 35 41 0 37 367 33 71
Binary 1111100 1110101 10101111 11101 100001 0 11111 11110111 11011 111001

Color Harmonies of #7C75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75AF

Black with #7C75AF

Text Example


Text Example

White with #7C75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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