Html Css Color HEX #712FE1 Blue Violet

📋 copy color: '#712FE1'

red 113 ◦ green 47 ◦ blue 225

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

Shades of Blue Violet #712FE1

Tints of Blue Violet #712FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

 BLUE value IS 225 (88.28% from 255) = 58.44%

R = 29.35%
G = 12.21%
B = 58.44%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#712FE1 (or 0x712FE1) is known color: Blue Violet. HEX triplet: 71, 2F and E1. RGB value is (113,47,225). Sum of RGB (Red+Green+Blue) = 113+47+225=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #712FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FE1 is #8ED01E. Grayscale: #565656. Windows color (decimal): -9359391 or 14757745. OLE color: 14757745.

HSL color Cylindrical-coordinate representation of color #712FE1: hue angle of 262.25º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712FE1 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 47 225 -
CMYK 0.50 0.79 0 0.12
HSL 262.25º 0.75% 0.53% -
HSV(B) 262.25º 0.79% 0.88% -
XYZ 21.42 10.98 72.22 -
YUV 87.03 205.87 146.53 -
System Red Green Blue C M Y K H S L
Decimal 113 47 225 0.50 0.79 0 0.12 262.25 0.75 0.53
Hex 71 2F E1 32 4F 0 C 106 4B 35
Octal 161 57 341 62 117 0 14 406 113 65
Binary 1110001 101111 11100001 110010 1001111 0 1100 100000110 1001011 110101

Color Harmonies of #712FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FE1

Black with #712FE1

Text Example


Text Example

White with #712FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712FE1; }

 p { color: rgb(113,47,225); }

 H1.HeaderClassName
 {
   color: #712FE1;
 }
 .AnyTagClassName
 {
   color: #712FE1;
 }
</style>

background-color css

<style>
 a { background-color: #712FE1; }

 a { background-color: rgb(113,47,225); }

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

border-color css

<style>
 span { border-color: #712FE1; }

 span { border-color: rgb(113,47,225); }

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