Html Css Color HEX #7D2585 Vivid Violet

📋 copy color: '#7D2585'

red 125 ◦ green 37 ◦ blue 133

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

Shades of Vivid Violet #7D2585

Tints of Vivid Violet #7D2585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 42.37%
G = 12.54%
B = 45.08%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D2585 (or 0x7D2585) is known color: Vivid Violet. HEX triplet: 7D, 25 and 85. RGB value is (125,37,133). Sum of RGB (Red+Green+Blue) = 125+37+133=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D2585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2585 is #82DA7A. Grayscale: #494949. Windows color (decimal): -8575611 or 8725885. OLE color: 8725885.

HSL color Cylindrical-coordinate representation of color #7D2585: hue angle of 295º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2585 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 37 133 -
CMYK 0.06 0.72 0 0.48
HSL 295º 0.56% 0.33% -
HSV(B) 295º 0.72% 0.52% -
XYZ 13.35 7.38 22.91 -
YUV 74.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 125 37 133 0.06 0.72 0 0.48 295 0.56 0.33
Hex 7D 25 85 6 48 0 30 127 38 21
Octal 175 45 205 6 110 0 60 447 70 41
Binary 1111101 100101 10000101 110 1001000 0 110000 100100111 111000 100001

Color Harmonies of #7D2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2585

Black with #7D2585

Text Example


Text Example

White with #7D2585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,37,133); }

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

background-color css

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

 a { background-color: rgb(125,37,133); }

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

border-color css

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

 span { border-color: rgb(125,37,133); }

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