Html Css Color HEX #712DFC Han Purple

📋 copy color: '#712DFC'

red 113 ◦ green 45 ◦ blue 252

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

Shades of Han Purple #712DFC

Tints of Han Purple #712DFC

RGB

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

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

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

R = 27.56%
G = 10.98%
B = 61.46%

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

#712DFC (or 0x712DFC) is known color: Han Purple. HEX triplet: 71, 2D and FC. RGB value is (113,45,252). Sum of RGB (Red+Green+Blue) = 113+45+252=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #712DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DFC is #8ED203. Grayscale: #585858. Windows color (decimal): -9359876 or 16526705. OLE color: 16526705.

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

Color convert

RGB 113 45 252 -
CMYK 0.55 0.82 0 0.01
HSL 259.71º 0.97% 0.58% -
HSV(B) 259.71º 0.82% 0.99% -
XYZ 25.32 12.42 93.16 -
YUV 88.93 220.03 145.17 -
System Red Green Blue C M Y K H S L
Decimal 113 45 252 0.55 0.82 0 0.01 259.71 0.97 0.58
Hex 71 2D FC 37 52 0 1 104 61 3A
Octal 161 55 374 67 122 0 1 404 141 72
Binary 1110001 101101 11111100 110111 1010010 0 1 100000100 1100001 111010

Color Harmonies of #712DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DFC

Black with #712DFC

Text Example


Text Example

White with #712DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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