Html Css Color HEX #712CFC Han Purple

📋 copy color: '#712CFC'

red 113 ◦ green 44 ◦ blue 252

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

Shades of Han Purple #712CFC

Tints of Han Purple #712CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.76%

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

R = 27.63%
G = 10.76%
B = 61.61%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#712CFC (or 0x712CFC) is known color: Han Purple. HEX triplet: 71, 2C and FC. RGB value is (113,44,252). Sum of RGB (Red+Green+Blue) = 113+44+252=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #712CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CFC is #8ED303. Grayscale: #575757. Windows color (decimal): -9360132 or 16526449. OLE color: 16526449.

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

Color convert

RGB 113 44 252 -
CMYK 0.55 0.83 0 0.01
HSL 259.9º 0.97% 0.58% -
HSV(B) 259.9º 0.83% 0.99% -
XYZ 25.28 12.34 93.14 -
YUV 88.34 220.36 145.59 -
System Red Green Blue C M Y K H S L
Decimal 113 44 252 0.55 0.83 0 0.01 259.9 0.97 0.58
Hex 71 2C FC 37 53 0 1 104 61 3A
Octal 161 54 374 67 123 0 1 404 141 72
Binary 1110001 101100 11111100 110111 1010011 0 1 100000100 1100001 111010

Color Harmonies of #712CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CFC

Black with #712CFC

Text Example


Text Example

White with #712CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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