Html Css Color HEX #712DFE Han Purple

📋 copy color: '#712DFE'

red 113 ◦ green 45 ◦ blue 254

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

Shades of Han Purple #712DFE

Tints of Han Purple #712DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 27.43%
G = 10.92%
B = 61.65%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#712DFE (or 0x712DFE) is known color: Han Purple. HEX triplet: 71, 2D and FE. RGB value is (113,45,254). Sum of RGB (Red+Green+Blue) = 113+45+254=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #712DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DFE is #8ED201. Grayscale: #585858. Windows color (decimal): -9359874 or 16657777. OLE color: 16657777.

HSL color Cylindrical-coordinate representation of color #712DFE: hue angle of 259.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712DFE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 45 254 -
CMYK 0.56 0.82 0 0.00
HSL 259.52º 0.99% 0.59% -
HSV(B) 259.52º 0.82% 1% -
XYZ 25.64 12.54 94.84 -
YUV 89.16 221.03 145.01 -
System Red Green Blue C M Y K H S L
Decimal 113 45 254 0.56 0.82 0 0.00 259.52 0.99 0.59
Hex 71 2D FE 38 52 0 0 104 63 3B
Octal 161 55 376 70 122 0 0 404 143 73
Binary 1110001 101101 11111110 111000 1010010 0 0 100000100 1100011 111011

Color Harmonies of #712DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DFE

Black with #712DFE

Text Example


Text Example

White with #712DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,45,254); }

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

background-color css

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

 a { background-color: rgb(113,45,254); }

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

border-color css

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

 span { border-color: rgb(113,45,254); }

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