Html Css Color HEX #7D5FAA Deluge

📋 copy color: '#7D5FAA'

red 125 ◦ green 95 ◦ blue 170

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

Shades of Deluge #7D5FAA

Tints of Deluge #7D5FAA

RGB

 RED value IS 125 (49.22% from 255) = 32.05%

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 32.05%
G = 24.36%
B = 43.59%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D5FAA (or 0x7D5FAA) is known color: Deluge. HEX triplet: 7D, 5F and AA. RGB value is (125,95,170). Sum of RGB (Red+Green+Blue) = 125+95+170=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D5FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5FAA is #82A055. Grayscale: #707070. Windows color (decimal): -8560726 or 11165565. OLE color: 11165565.

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

Color convert

RGB 125 95 170 -
CMYK 0.26 0.44 0 0.33
HSL 264º 0.31% 0.52% -
HSV(B) 264º 0.44% 0.67% -
XYZ 19.81 15.45 39.97 -
YUV 112.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 125 95 170 0.26 0.44 0 0.33 264 0.31 0.52
Hex 7D 5F AA 1A 2C 0 21 108 1F 34
Octal 175 137 252 32 54 0 41 410 37 64
Binary 1111101 1011111 10101010 11010 101100 0 100001 100001000 11111 110100

Color Harmonies of #7D5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FAA

Black with #7D5FAA

Text Example


Text Example

White with #7D5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,95,170); }

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

background-color css

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

 a { background-color: rgb(125,95,170); }

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

border-color css

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

 span { border-color: rgb(125,95,170); }

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