Html Css Color HEX #712FFD Han Purple

📋 copy color: '#712FFD'

red 113 ◦ green 47 ◦ blue 253

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

Shades of Han Purple #712FFD

Tints of Han Purple #712FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 27.36%
G = 11.38%
B = 61.26%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#712FFD (or 0x712FFD) is known color: Han Purple. HEX triplet: 71, 2F and FD. RGB value is (113,47,253). Sum of RGB (Red+Green+Blue) = 113+47+253=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #712FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FFD is #8ED002. Grayscale: #595959. Windows color (decimal): -9359363 or 16592753. OLE color: 16592753.

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

Color convert

RGB 113 47 253 -
CMYK 0.55 0.81 0 0.01
HSL 259.22º 0.98% 0.59% -
HSV(B) 259.22º 0.81% 0.99% -
XYZ 25.56 12.64 94.02 -
YUV 90.22 219.87 144.25 -
System Red Green Blue C M Y K H S L
Decimal 113 47 253 0.55 0.81 0 0.01 259.22 0.98 0.59
Hex 71 2F FD 37 51 0 1 103 62 3B
Octal 161 57 375 67 121 0 1 403 142 73
Binary 1110001 101111 11111101 110111 1010001 0 1 100000011 1100010 111011

Color Harmonies of #712FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FFD

Black with #712FFD

Text Example


Text Example

White with #712FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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