Html Css Color HEX #7D189D Vivid Violet

📋 copy color: '#7D189D'

red 125 ◦ green 24 ◦ blue 157

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

Shades of Vivid Violet #7D189D

Tints of Vivid Violet #7D189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 40.85%
G = 7.84%
B = 51.31%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D189D (or 0x7D189D) is known color: Vivid Violet. HEX triplet: 7D, 18 and 9D. RGB value is (125,24,157). Sum of RGB (Red+Green+Blue) = 125+24+157=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D189D is #82E762. Grayscale: #444444. Windows color (decimal): -8578915 or 10295421. OLE color: 10295421.

HSL color Cylindrical-coordinate representation of color #7D189D: hue angle of 285.56º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D189D is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 24 157 -
CMYK 0.20 0.85 0 0.38
HSL 285.56º 0.73% 0.35% -
HSV(B) 285.56º 0.85% 0.62% -
XYZ 14.87 7.45 32.55 -
YUV 69.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 125 24 157 0.20 0.85 0 0.38 285.56 0.73 0.35
Hex 7D 18 9D 14 55 0 26 11E 49 23
Octal 175 30 235 24 125 0 46 436 111 43
Binary 1111101 11000 10011101 10100 1010101 0 100110 100011110 1001001 100011

Color Harmonies of #7D189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D189D

Black with #7D189D

Text Example


Text Example

White with #7D189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,157); }

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

background-color css

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

 a { background-color: rgb(125,24,157); }

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

border-color css

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

 span { border-color: rgb(125,24,157); }

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