Html Css Color HEX #712BFE Han Purple

📋 copy color: '#712BFE'

red 113 ◦ green 43 ◦ blue 254

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

Shades of Han Purple #712BFE

Tints of Han Purple #712BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

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

R = 27.56%
G = 10.49%
B = 61.95%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#712BFE (or 0x712BFE) is known color: Han Purple. HEX triplet: 71, 2B and FE. RGB value is (113,43,254). Sum of RGB (Red+Green+Blue) = 113+43+254=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #712BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BFE is #8ED401. Grayscale: #575757. Windows color (decimal): -9360386 or 16657265. OLE color: 16657265.

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

Color convert

RGB 113 43 254 -
CMYK 0.56 0.83 0 0.00
HSL 259.91º 0.99% 0.58% -
HSV(B) 259.91º 0.83% 1% -
XYZ 25.56 12.39 94.81 -
YUV 87.98 221.69 145.84 -
System Red Green Blue C M Y K H S L
Decimal 113 43 254 0.56 0.83 0 0.00 259.91 0.99 0.58
Hex 71 2B FE 38 53 0 0 104 63 3A
Octal 161 53 376 70 123 0 0 404 143 72
Binary 1110001 101011 11111110 111000 1010011 0 0 100000100 1100011 111010

Color Harmonies of #712BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BFE

Black with #712BFE

Text Example


Text Example

White with #712BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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