Html Css Color HEX #712FFE Han Purple

📋 copy color: '#712FFE'

red 113 ◦ green 47 ◦ blue 254

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

Shades of Han Purple #712FFE

Tints of Han Purple #712FFE

RGB

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

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

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

R = 27.29%
G = 11.35%
B = 61.35%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#712FFE (or 0x712FFE) is known color: Han Purple. HEX triplet: 71, 2F and FE. RGB value is (113,47,254). Sum of RGB (Red+Green+Blue) = 113+47+254=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #712FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FFE is #8ED001. Grayscale: #595959. Windows color (decimal): -9359362 or 16658289. OLE color: 16658289.

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

Color convert

RGB 113 47 254 -
CMYK 0.56 0.81 0 0.00
HSL 259.13º 0.99% 0.59% -
HSV(B) 259.13º 0.81% 1% -
XYZ 25.72 12.7 94.86 -
YUV 90.33 220.37 144.17 -
System Red Green Blue C M Y K H S L
Decimal 113 47 254 0.56 0.81 0 0.00 259.13 0.99 0.59
Hex 71 2F FE 38 51 0 0 103 63 3B
Octal 161 57 376 70 121 0 0 403 143 73
Binary 1110001 101111 11111110 111000 1010001 0 0 100000011 1100011 111011

Color Harmonies of #712FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FFE

Black with #712FFE

Text Example


Text Example

White with #712FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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