Html Css Color HEX #7D259B Vivid Violet

📋 copy color: '#7D259B'

red 125 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #7D259B

Tints of Vivid Violet #7D259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 39.43%
G = 11.67%
B = 48.9%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D259B (or 0x7D259B) is known color: Vivid Violet. HEX triplet: 7D, 25 and 9B. RGB value is (125,37,155). Sum of RGB (Red+Green+Blue) = 125+37+155=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D259B is #82DA64. Grayscale: #4C4C4C. Windows color (decimal): -8575589 or 10167677. OLE color: 10167677.

HSL color Cylindrical-coordinate representation of color #7D259B: hue angle of 284.75º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D259B is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 37 155 -
CMYK 0.19 0.76 0 0.39
HSL 284.75º 0.61% 0.38% -
HSV(B) 284.75º 0.76% 0.61% -
XYZ 15.04 8.05 31.77 -
YUV 76.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 125 37 155 0.19 0.76 0 0.39 284.75 0.61 0.38
Hex 7D 25 9B 13 4C 0 27 11D 3D 26
Octal 175 45 233 23 114 0 47 435 75 46
Binary 1111101 100101 10011011 10011 1001100 0 100111 100011101 111101 100110

Color Harmonies of #7D259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D259B

Black with #7D259B

Text Example


Text Example

White with #7D259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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