Html Css Color HEX #712EFC Han Purple

📋 copy color: '#712EFC'

red 113 ◦ green 46 ◦ blue 252

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

Shades of Han Purple #712EFC

Tints of Han Purple #712EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

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

R = 27.49%
G = 11.19%
B = 61.31%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#712EFC (or 0x712EFC) is known color: Han Purple. HEX triplet: 71, 2E and FC. RGB value is (113,46,252). Sum of RGB (Red+Green+Blue) = 113+46+252=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #712EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712EFC is #8ED103. Grayscale: #585858. Windows color (decimal): -9359620 or 16526961. OLE color: 16526961.

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

Color convert

RGB 113 46 252 -
CMYK 0.55 0.82 0 0.01
HSL 259.51º 0.97% 0.58% -
HSV(B) 259.51º 0.82% 0.99% -
XYZ 25.36 12.49 93.17 -
YUV 89.52 219.7 144.75 -
System Red Green Blue C M Y K H S L
Decimal 113 46 252 0.55 0.82 0 0.01 259.51 0.97 0.58
Hex 71 2E FC 37 52 0 1 104 61 3A
Octal 161 56 374 67 122 0 1 404 141 72
Binary 1110001 101110 11111100 110111 1010010 0 1 100000100 1100001 111010

Color Harmonies of #712EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EFC

Black with #712EFC

Text Example


Text Example

White with #712EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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