Html Css Color HEX #7D238B Vivid Violet

📋 copy color: '#7D238B'

red 125 ◦ green 35 ◦ blue 139

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

Shades of Vivid Violet #7D238B

Tints of Vivid Violet #7D238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 41.81%
G = 11.71%
B = 46.49%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D238B (or 0x7D238B) is known color: Vivid Violet. HEX triplet: 7D, 23 and 8B. RGB value is (125,35,139). Sum of RGB (Red+Green+Blue) = 125+35+139=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D238B is #82DC74. Grayscale: #494949. Windows color (decimal): -8576117 or 9118589. OLE color: 9118589.

HSL color Cylindrical-coordinate representation of color #7D238B: hue angle of 291.92º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D238B is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 35 139 -
CMYK 0.10 0.75 0 0.45
HSL 291.92º 0.6% 0.34% -
HSV(B) 291.92º 0.75% 0.55% -
XYZ 13.72 7.43 25.14 -
YUV 73.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 125 35 139 0.10 0.75 0 0.45 291.92 0.6 0.34
Hex 7D 23 8B A 4B 0 2D 124 3C 22
Octal 175 43 213 12 113 0 55 444 74 42
Binary 1111101 100011 10001011 1010 1001011 0 101101 100100100 111100 100010

Color Harmonies of #7D238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D238B

Black with #7D238B

Text Example


Text Example

White with #7D238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,35,139); }

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

background-color css

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

 a { background-color: rgb(125,35,139); }

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

border-color css

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

 span { border-color: rgb(125,35,139); }

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