Html Css Color HEX #7B5FAC Deluge

📋 copy color: '#7B5FAC'

red 123 ◦ green 95 ◦ blue 172

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

Shades of Deluge #7B5FAC

Tints of Deluge #7B5FAC

RGB

 RED value IS 123 (48.44% from 255) = 31.54%

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 31.54%
G = 24.36%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B5FAC (or 0x7B5FAC) is known color: Deluge. HEX triplet: 7B, 5F and AC. RGB value is (123,95,172). Sum of RGB (Red+Green+Blue) = 123+95+172=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5FAC is #84A053. Grayscale: #6F6F6F. Windows color (decimal): -8691796 or 11296635. OLE color: 11296635.

HSL color Cylindrical-coordinate representation of color #7B5FAC: hue angle of 261.82º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B5FAC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 95 172 -
CMYK 0.28 0.45 0 0.33
HSL 261.82º 0.32% 0.52% -
HSV(B) 261.82º 0.45% 0.67% -
XYZ 19.71 15.37 40.96 -
YUV 112.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 123 95 172 0.28 0.45 0 0.33 261.82 0.32 0.52
Hex 7B 5F AC 1C 2D 0 21 106 20 34
Octal 173 137 254 34 55 0 41 406 40 64
Binary 1111011 1011111 10101100 11100 101101 0 100001 100000110 100000 110100

Color Harmonies of #7B5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FAC

Black with #7B5FAC

Text Example


Text Example

White with #7B5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,172); }

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

background-color css

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

 a { background-color: rgb(123,95,172); }

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

border-color css

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

 span { border-color: rgb(123,95,172); }

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