Html Css Color HEX #7137DF Blue Violet

📋 copy color: '#7137DF'

red 113 ◦ green 55 ◦ blue 223

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

Shades of Blue Violet #7137DF

Tints of Blue Violet #7137DF

RGB

 RED value IS 113 (44.53% from 255) = 28.9%

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 28.9%
G = 14.07%
B = 57.03%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7137DF (or 0x7137DF) is known color: Blue Violet. HEX triplet: 71, 37 and DF. RGB value is (113,55,223). Sum of RGB (Red+Green+Blue) = 113+55+223=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #7137DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137DF is #8EC820. Grayscale: #5A5A5A. Windows color (decimal): -9357345 or 14628721. OLE color: 14628721.

HSL color Cylindrical-coordinate representation of color #7137DF: hue angle of 260.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7137DF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 55 223 -
CMYK 0.49 0.75 0 0.13
HSL 260.71º 0.72% 0.55% -
HSV(B) 260.71º 0.75% 0.87% -
XYZ 21.5 11.57 70.91 -
YUV 91.49 202.22 143.34 -
System Red Green Blue C M Y K H S L
Decimal 113 55 223 0.49 0.75 0 0.13 260.71 0.72 0.55
Hex 71 37 DF 31 4B 0 D 105 48 37
Octal 161 67 337 61 113 0 15 405 110 67
Binary 1110001 110111 11011111 110001 1001011 0 1101 100000101 1001000 110111

Color Harmonies of #7137DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7137DF

Black with #7137DF

Text Example


Text Example

White with #7137DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7137DF; }

 p { color: rgb(113,55,223); }

 H1.HeaderClassName
 {
   color: #7137DF;
 }
 .AnyTagClassName
 {
   color: #7137DF;
 }
</style>

background-color css

<style>
 a { background-color: #7137DF; }

 a { background-color: rgb(113,55,223); }

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

border-color css

<style>
 span { border-color: #7137DF; }

 span { border-color: rgb(113,55,223); }

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