Html Css Color HEX #712FFB Han Purple

📋 copy color: '#712FFB'

red 113 ◦ green 47 ◦ blue 251

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

Shades of Han Purple #712FFB

Tints of Han Purple #712FFB

RGB

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

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

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

R = 27.49%
G = 11.44%
B = 61.07%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#712FFB (or 0x712FFB) is known color: Han Purple. HEX triplet: 71, 2F and FB. RGB value is (113,47,251). Sum of RGB (Red+Green+Blue) = 113+47+251=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #712FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FFB is #8ED004. Grayscale: #595959. Windows color (decimal): -9359365 or 16461681. OLE color: 16461681.

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

Color convert

RGB 113 47 251 -
CMYK 0.55 0.81 0 0.02
HSL 259.41º 0.96% 0.58% -
HSV(B) 259.41º 0.81% 0.98% -
XYZ 25.24 12.51 92.35 -
YUV 89.99 218.87 144.41 -
System Red Green Blue C M Y K H S L
Decimal 113 47 251 0.55 0.81 0 0.02 259.41 0.96 0.58
Hex 71 2F FB 37 51 0 2 103 60 3A
Octal 161 57 373 67 121 0 2 403 140 72
Binary 1110001 101111 11111011 110111 1010001 0 10 100000011 1100000 111010

Color Harmonies of #712FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FFB

Black with #712FFB

Text Example


Text Example

White with #712FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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