Html Css Color HEX #713CEA Blue Violet

📋 copy color: '#713CEA'

red 113 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #713CEA

Tints of Blue Violet #713CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 27.76%
G = 14.74%
B = 57.49%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#713CEA (or 0x713CEA) is known color: Blue Violet. HEX triplet: 71, 3C and EA. RGB value is (113,60,234). Sum of RGB (Red+Green+Blue) = 113+60+234=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #713CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CEA is #8EC315. Grayscale: #5F5F5F. Windows color (decimal): -9356054 or 15350897. OLE color: 15350897.

HSL color Cylindrical-coordinate representation of color #713CEA: hue angle of 258.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713CEA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 60 234 -
CMYK 0.52 0.74 0 0.08
HSL 258.28º 0.81% 0.58% -
HSV(B) 258.28º 0.74% 0.92% -
XYZ 23.28 12.68 79.06 -
YUV 95.68 206.06 140.35 -
System Red Green Blue C M Y K H S L
Decimal 113 60 234 0.52 0.74 0 0.08 258.28 0.81 0.58
Hex 71 3C EA 34 4A 0 8 102 51 3A
Octal 161 74 352 64 112 0 10 402 121 72
Binary 1110001 111100 11101010 110100 1001010 0 1000 100000010 1010001 111010

Color Harmonies of #713CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CEA

Black with #713CEA

Text Example


Text Example

White with #713CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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