Html Css Color HEX #713CEE Blue Violet

📋 copy color: '#713CEE'

red 113 ◦ green 60 ◦ blue 238

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

Shades of Blue Violet #713CEE

Tints of Blue Violet #713CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.91%

R = 27.49%
G = 14.6%
B = 57.91%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#713CEE (or 0x713CEE) is known color: Blue Violet. HEX triplet: 71, 3C and EE. RGB value is (113,60,238). Sum of RGB (Red+Green+Blue) = 113+60+238=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #713CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CEE is #8EC311. Grayscale: #5F5F5F. Windows color (decimal): -9356050 or 15613041. OLE color: 15613041.

HSL color Cylindrical-coordinate representation of color #713CEE: hue angle of 257.87º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713CEE is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 60 238 -
CMYK 0.53 0.75 0 0.07
HSL 257.87º 0.84% 0.58% -
HSV(B) 257.87º 0.75% 0.93% -
XYZ 23.86 12.92 82.12 -
YUV 96.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 113 60 238 0.53 0.75 0 0.07 257.87 0.84 0.58
Hex 71 3C EE 35 4B 0 7 102 54 3A
Octal 161 74 356 65 113 0 7 402 124 72
Binary 1110001 111100 11101110 110101 1001011 0 111 100000010 1010100 111010

Color Harmonies of #713CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CEE

Black with #713CEE

Text Example


Text Example

White with #713CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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