Html Css Color HEX #713CFC Blue Violet

📋 copy color: '#713CFC'

red 113 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #713CFC

Tints of Blue Violet #713CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 26.59%
G = 14.12%
B = 59.29%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713CFC (or 0x713CFC) is known color: Blue Violet. HEX triplet: 71, 3C and FC. RGB value is (113,60,252). Sum of RGB (Red+Green+Blue) = 113+60+252=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #713CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CFC is #8EC303. Grayscale: #616161. Windows color (decimal): -9356036 or 16530545. OLE color: 16530545.

HSL color Cylindrical-coordinate representation of color #713CFC: hue angle of 256.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713CFC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 60 252 -
CMYK 0.55 0.76 0 0.01
HSL 256.56º 0.97% 0.61% -
HSV(B) 256.56º 0.76% 0.99% -
XYZ 26 13.77 93.38 -
YUV 97.74 215.06 138.89 -
System Red Green Blue C M Y K H S L
Decimal 113 60 252 0.55 0.76 0 0.01 256.56 0.97 0.61
Hex 71 3C FC 37 4C 0 1 101 61 3D
Octal 161 74 374 67 114 0 1 401 141 75
Binary 1110001 111100 11111100 110111 1001100 0 1 100000001 1100001 111101

Color Harmonies of #713CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CFC

Black with #713CFC

Text Example


Text Example

White with #713CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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