Html Css Color HEX #713FF7 Blue Violet

📋 copy color: '#713FF7'

red 113 ◦ green 63 ◦ blue 247

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

Shades of Blue Violet #713FF7

Tints of Blue Violet #713FF7

RGB

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

 GREEN value IS 63 (25% from 255) = 14.89%

 BLUE value IS 247 (96.88% from 255) = 58.39%

R = 26.71%
G = 14.89%
B = 58.39%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#713FF7 (or 0x713FF7) is known color: Blue Violet. HEX triplet: 71, 3F and F7. RGB value is (113,63,247). Sum of RGB (Red+Green+Blue) = 113+63+247=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #713FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FF7 is #8EC008. Grayscale: #626262. Windows color (decimal): -9355273 or 16203633. OLE color: 16203633.

HSL color Cylindrical-coordinate representation of color #713FF7: hue angle of 256.3º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713FF7 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 63 247 -
CMYK 0.54 0.74 0 0.03
HSL 256.3º 0.92% 0.61% -
HSV(B) 256.3º 0.74% 0.97% -
XYZ 25.38 13.78 89.32 -
YUV 98.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 113 63 247 0.54 0.74 0 0.03 256.3 0.92 0.61
Hex 71 3F F7 36 4A 0 3 100 5C 3D
Octal 161 77 367 66 112 0 3 400 134 75
Binary 1110001 111111 11110111 110110 1001010 0 11 100000000 1011100 111101

Color Harmonies of #713FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FF7

Black with #713FF7

Text Example


Text Example

White with #713FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713FF7; }

 p { color: rgb(113,63,247); }

 H1.HeaderClassName
 {
   color: #713FF7;
 }
 .AnyTagClassName
 {
   color: #713FF7;
 }
</style>

background-color css

<style>
 a { background-color: #713FF7; }

 a { background-color: rgb(113,63,247); }

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

border-color css

<style>
 span { border-color: #713FF7; }

 span { border-color: rgb(113,63,247); }

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