Html Css Color HEX #712FFC Han Purple

📋 copy color: '#712FFC'

red 113 ◦ green 47 ◦ blue 252

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

Shades of Han Purple #712FFC

Tints of Han Purple #712FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 27.43%
G = 11.41%
B = 61.17%

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

#712FFC (or 0x712FFC) is known color: Han Purple. HEX triplet: 71, 2F and FC. RGB value is (113,47,252). Sum of RGB (Red+Green+Blue) = 113+47+252=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #712FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FFC is #8ED003. Grayscale: #595959. Windows color (decimal): -9359364 or 16527217. OLE color: 16527217.

HSL color Cylindrical-coordinate representation of color #712FFC: hue angle of 259.32º degrees, saturation: 0.97, 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 #712FFC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 47 252 -
CMYK 0.55 0.81 0 0.01
HSL 259.32º 0.97% 0.59% -
HSV(B) 259.32º 0.81% 0.99% -
XYZ 25.4 12.57 93.18 -
YUV 90.1 219.37 144.33 -
System Red Green Blue C M Y K H S L
Decimal 113 47 252 0.55 0.81 0 0.01 259.32 0.97 0.59
Hex 71 2F FC 37 51 0 1 103 61 3B
Octal 161 57 374 67 121 0 1 403 141 73
Binary 1110001 101111 11111100 110111 1010001 0 1 100000011 1100001 111011

Color Harmonies of #712FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FFC

Black with #712FFC

Text Example


Text Example

White with #712FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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