Html Css Color HEX #713EEA Blue Violet

📋 copy color: '#713EEA'

red 113 ◦ green 62 ◦ blue 234

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

Shades of Blue Violet #713EEA

Tints of Blue Violet #713EEA

RGB

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

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

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

R = 27.63%
G = 15.16%
B = 57.21%

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

#713EEA (or 0x713EEA) is known color: Blue Violet. HEX triplet: 71, 3E and EA. RGB value is (113,62,234). Sum of RGB (Red+Green+Blue) = 113+62+234=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #713EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EEA is #8EC115. Grayscale: #606060. Windows color (decimal): -9355542 or 15351409. OLE color: 15351409.

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

Color convert

RGB 113 62 234 -
CMYK 0.52 0.74 0 0.08
HSL 257.79º 0.8% 0.58% -
HSV(B) 257.79º 0.74% 0.92% -
XYZ 23.38 12.9 79.1 -
YUV 96.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 113 62 234 0.52 0.74 0 0.08 257.79 0.8 0.58
Hex 71 3E EA 34 4A 0 8 102 50 3A
Octal 161 76 352 64 112 0 10 402 120 72
Binary 1110001 111110 11101010 110100 1001010 0 1000 100000010 1010000 111010

Color Harmonies of #713EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EEA

Black with #713EEA

Text Example


Text Example

White with #713EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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