Html Css Color HEX #713CE8 Blue Violet

📋 copy color: '#713CE8'

red 113 ◦ green 60 ◦ blue 232

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

Shades of Blue Violet #713CE8

Tints of Blue Violet #713CE8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.81%

 BLUE value IS 232 (91.02% from 255) = 57.28%

R = 27.9%
G = 14.81%
B = 57.28%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#713CE8 (or 0x713CE8) is known color: Blue Violet. HEX triplet: 71, 3C and E8. RGB value is (113,60,232). Sum of RGB (Red+Green+Blue) = 113+60+232=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #713CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CE8 is #8EC317. Grayscale: #5E5E5E. Windows color (decimal): -9356056 or 15219825. OLE color: 15219825.

HSL color Cylindrical-coordinate representation of color #713CE8: hue angle of 258.49º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713CE8 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 60 232 -
CMYK 0.51 0.74 0 0.09
HSL 258.49º 0.79% 0.57% -
HSV(B) 258.49º 0.74% 0.91% -
XYZ 22.99 12.57 77.56 -
YUV 95.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 113 60 232 0.51 0.74 0 0.09 258.49 0.79 0.57
Hex 71 3C E8 33 4A 0 9 102 4F 39
Octal 161 74 350 63 112 0 11 402 117 71
Binary 1110001 111100 11101000 110011 1001010 0 1001 100000010 1001111 111001

Color Harmonies of #713CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CE8

Black with #713CE8

Text Example


Text Example

White with #713CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,232); }

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

background-color css

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

 a { background-color: rgb(113,60,232); }

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

border-color css

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

 span { border-color: rgb(113,60,232); }

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