Html Css Color HEX #7B70A5 Deluge

📋 copy color: '#7B70A5'

red 123 ◦ green 112 ◦ blue 165

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

Shades of Deluge #7B70A5

Tints of Deluge #7B70A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 30.75%
G = 28%
B = 41.25%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B70A5 (or 0x7B70A5) is known color: Deluge. HEX triplet: 7B, 70 and A5. RGB value is (123,112,165). Sum of RGB (Red+Green+Blue) = 123+112+165=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B70A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B70A5 is #848F5A. Grayscale: #797979. Windows color (decimal): -8687451 or 10842235. OLE color: 10842235.

HSL color Cylindrical-coordinate representation of color #7B70A5: hue angle of 252.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B70A5 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 112 165 -
CMYK 0.25 0.32 0 0.35
HSL 252.45º 0.23% 0.54% -
HSV(B) 252.45º 0.32% 0.65% -
XYZ 20.75 18.52 38.08 -
YUV 121.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 123 112 165 0.25 0.32 0 0.35 252.45 0.23 0.54
Hex 7B 70 A5 19 20 0 23 FC 17 36
Octal 173 160 245 31 40 0 43 374 27 66
Binary 1111011 1110000 10100101 11001 100000 0 100011 11111100 10111 110110

Color Harmonies of #7B70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B70A5

Black with #7B70A5

Text Example


Text Example

White with #7B70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,165); }

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

background-color css

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

 a { background-color: rgb(123,112,165); }

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

border-color css

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

 span { border-color: rgb(123,112,165); }

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