Html Css Color HEX #712DFB Han Purple

📋 copy color: '#712DFB'

red 113 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #712DFB

Tints of Han Purple #712DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 27.63%
G = 11%
B = 61.37%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#712DFB (or 0x712DFB) is known color: Han Purple. HEX triplet: 71, 2D and FB. RGB value is (113,45,251). Sum of RGB (Red+Green+Blue) = 113+45+251=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #712DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DFB is #8ED204. Grayscale: #585858. Windows color (decimal): -9359877 or 16461169. OLE color: 16461169.

HSL color Cylindrical-coordinate representation of color #712DFB: hue angle of 259.81º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712DFB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 45 251 -
CMYK 0.55 0.82 0 0.02
HSL 259.81º 0.96% 0.58% -
HSV(B) 259.81º 0.82% 0.98% -
XYZ 25.16 12.35 92.32 -
YUV 88.82 219.53 145.25 -
System Red Green Blue C M Y K H S L
Decimal 113 45 251 0.55 0.82 0 0.02 259.81 0.96 0.58
Hex 71 2D FB 37 52 0 2 104 60 3A
Octal 161 55 373 67 122 0 2 404 140 72
Binary 1110001 101101 11111011 110111 1010010 0 10 100000100 1100000 111010

Color Harmonies of #712DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DFB

Black with #712DFB

Text Example


Text Example

White with #712DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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