Html Css Color HEX #7D239B Vivid Violet

📋 copy color: '#7D239B'

red 125 ◦ green 35 ◦ blue 155

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

Shades of Vivid Violet #7D239B

Tints of Vivid Violet #7D239B

RGB

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

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

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

R = 39.68%
G = 11.11%
B = 49.21%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D239B (or 0x7D239B) is known color: Vivid Violet. HEX triplet: 7D, 23 and 9B. RGB value is (125,35,155). Sum of RGB (Red+Green+Blue) = 125+35+155=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D239B is #82DC64. Grayscale: #4B4B4B. Windows color (decimal): -8576101 or 10167165. OLE color: 10167165.

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

Color convert

RGB 125 35 155 -
CMYK 0.19 0.77 0 0.39
HSL 285º 0.63% 0.37% -
HSV(B) 285º 0.77% 0.61% -
XYZ 14.97 7.93 31.75 -
YUV 75.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 125 35 155 0.19 0.77 0 0.39 285 0.63 0.37
Hex 7D 23 9B 13 4D 0 27 11D 3F 25
Octal 175 43 233 23 115 0 47 435 77 45
Binary 1111101 100011 10011011 10011 1001101 0 100111 100011101 111111 100101

Color Harmonies of #7D239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D239B

Black with #7D239B

Text Example


Text Example

White with #7D239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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