Html Css Color HEX #713CED Blue Violet

📋 copy color: '#713CED'

red 113 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #713CED

Tints of Blue Violet #713CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 27.56%
G = 14.63%
B = 57.8%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#713CED (or 0x713CED) is known color: Blue Violet. HEX triplet: 71, 3C and ED. RGB value is (113,60,237). Sum of RGB (Red+Green+Blue) = 113+60+237=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #713CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CED is #8EC312. Grayscale: #5F5F5F. Windows color (decimal): -9356051 or 15547505. OLE color: 15547505.

HSL color Cylindrical-coordinate representation of color #713CED: hue angle of 257.97º degrees, saturation: 0.83, 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 #713CED is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 60 237 -
CMYK 0.52 0.75 0 0.07
HSL 257.97º 0.83% 0.58% -
HSV(B) 257.97º 0.75% 0.93% -
XYZ 23.71 12.86 81.35 -
YUV 96.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 113 60 237 0.52 0.75 0 0.07 257.97 0.83 0.58
Hex 71 3C ED 34 4B 0 7 102 53 3A
Octal 161 74 355 64 113 0 7 402 123 72
Binary 1110001 111100 11101101 110100 1001011 0 111 100000010 1010011 111010

Color Harmonies of #713CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CED

Black with #713CED

Text Example


Text Example

White with #713CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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