Html Css Color HEX #7D37CD Blue Violet

📋 copy color: '#7D37CD'

red 125 ◦ green 55 ◦ blue 205

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

Shades of Blue Violet #7D37CD

Tints of Blue Violet #7D37CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

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

R = 32.47%
G = 14.29%
B = 53.25%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D37CD (or 0x7D37CD) is known color: Blue Violet. HEX triplet: 7D, 37 and CD. RGB value is (125,55,205). Sum of RGB (Red+Green+Blue) = 125+55+205=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D37CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D37CD is #82C832. Grayscale: #5C5C5C. Windows color (decimal): -8570931 or 13449085. OLE color: 13449085.

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

Color convert

RGB 125 55 205 -
CMYK 0.39 0.73 0 0.20
HSL 268º 0.6% 0.51% -
HSV(B) 268º 0.73% 0.8% -
XYZ 20.84 11.5 58.88 -
YUV 93.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 125 55 205 0.39 0.73 0 0.20 268 0.6 0.51
Hex 7D 37 CD 27 49 0 14 10C 3C 33
Octal 175 67 315 47 111 0 24 414 74 63
Binary 1111101 110111 11001101 100111 1001001 0 10100 100001100 111100 110011

Color Harmonies of #7D37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D37CD

Black with #7D37CD

Text Example


Text Example

White with #7D37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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