Html Css Color HEX #7D31CD Blue Violet

📋 copy color: '#7D31CD'

red 125 ◦ green 49 ◦ blue 205

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

Shades of Blue Violet #7D31CD

Tints of Blue Violet #7D31CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 32.98%
G = 12.93%
B = 54.09%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D31CD (or 0x7D31CD) is known color: Blue Violet. HEX triplet: 7D, 31 and CD. RGB value is (125,49,205). Sum of RGB (Red+Green+Blue) = 125+49+205=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D31CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D31CD is #82CE32. Grayscale: #585858. Windows color (decimal): -8572467 or 13447549. OLE color: 13447549.

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

Color convert

RGB 125 49 205 -
CMYK 0.39 0.76 0 0.20
HSL 269.23º 0.61% 0.5% -
HSV(B) 269.23º 0.76% 0.8% -
XYZ 20.58 10.96 58.79 -
YUV 89.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 125 49 205 0.39 0.76 0 0.20 269.23 0.61 0.5
Hex 7D 31 CD 27 4C 0 14 10D 3D 32
Octal 175 61 315 47 114 0 24 415 75 62
Binary 1111101 110001 11001101 100111 1001100 0 10100 100001101 111101 110010

Color Harmonies of #7D31CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D31CD

Black with #7D31CD

Text Example


Text Example

White with #7D31CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,205); }

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

background-color css

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

 a { background-color: rgb(125,49,205); }

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

border-color css

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

 span { border-color: rgb(125,49,205); }

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