Html Css Color HEX #713EEB Blue Violet

📋 copy color: '#713EEB'

red 113 ◦ green 62 ◦ blue 235

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

Shades of Blue Violet #713EEB

Tints of Blue Violet #713EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.12%

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 27.56%
G = 15.12%
B = 57.32%

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

#713EEB (or 0x713EEB) is known color: Blue Violet. HEX triplet: 71, 3E and EB. RGB value is (113,62,235). Sum of RGB (Red+Green+Blue) = 113+62+235=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #713EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EEB is #8EC114. Grayscale: #606060. Windows color (decimal): -9355541 or 15416945. OLE color: 15416945.

HSL color Cylindrical-coordinate representation of color #713EEB: hue angle of 257.69º 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 #713EEB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 62 235 -
CMYK 0.52 0.74 0 0.08
HSL 257.69º 0.81% 0.58% -
HSV(B) 257.69º 0.74% 0.92% -
XYZ 23.53 12.95 79.86 -
YUV 96.97 205.9 139.43 -
System Red Green Blue C M Y K H S L
Decimal 113 62 235 0.52 0.74 0 0.08 257.69 0.81 0.58
Hex 71 3E EB 34 4A 0 8 102 51 3A
Octal 161 76 353 64 112 0 10 402 121 72
Binary 1110001 111110 11101011 110100 1001010 0 1000 100000010 1010001 111010

Color Harmonies of #713EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EEB

Black with #713EEB

Text Example


Text Example

White with #713EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,235); }

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

background-color css

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

 a { background-color: rgb(113,62,235); }

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

border-color css

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

 span { border-color: rgb(113,62,235); }

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