Html Css Color HEX #7B5FA9 Deluge

📋 copy color: '#7B5FA9'

red 123 ◦ green 95 ◦ blue 169

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

Shades of Deluge #7B5FA9

Tints of Deluge #7B5FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.67%

R = 31.78%
G = 24.55%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7B5FA9 (or 0x7B5FA9) is known color: Deluge. HEX triplet: 7B, 5F and A9. RGB value is (123,95,169). Sum of RGB (Red+Green+Blue) = 123+95+169=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B5FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5FA9 is #84A056. Grayscale: #6F6F6F. Windows color (decimal): -8691799 or 11100027. OLE color: 11100027.

HSL color Cylindrical-coordinate representation of color #7B5FA9: hue angle of 262.7º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5FA9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 123 95 169 -
CMYK 0.27 0.44 0 0.34
HSL 262.7º 0.3% 0.52% -
HSV(B) 262.7º 0.44% 0.66% -
XYZ 19.42 15.26 39.46 -
YUV 111.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 123 95 169 0.27 0.44 0 0.34 262.7 0.3 0.52
Hex 7B 5F A9 1B 2C 0 22 107 1E 34
Octal 173 137 251 33 54 0 42 407 36 64
Binary 1111011 1011111 10101001 11011 101100 0 100010 100000111 11110 110100

Color Harmonies of #7B5FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FA9

Black with #7B5FA9

Text Example


Text Example

White with #7B5FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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