Html Css Color HEX #712CFD Han Purple

📋 copy color: '#712CFD'

red 113 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #712CFD

Tints of Han Purple #712CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 27.56%
G = 10.73%
B = 61.71%

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

#712CFD (or 0x712CFD) is known color: Han Purple. HEX triplet: 71, 2C and FD. RGB value is (113,44,253). Sum of RGB (Red+Green+Blue) = 113+44+253=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #712CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CFD is #8ED302. Grayscale: #575757. Windows color (decimal): -9360131 or 16591985. OLE color: 16591985.

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

Color convert

RGB 113 44 253 -
CMYK 0.55 0.83 0 0.01
HSL 259.81º 0.98% 0.58% -
HSV(B) 259.81º 0.83% 0.99% -
XYZ 25.44 12.4 93.98 -
YUV 88.46 220.86 145.51 -
System Red Green Blue C M Y K H S L
Decimal 113 44 253 0.55 0.83 0 0.01 259.81 0.98 0.58
Hex 71 2C FD 37 53 0 1 104 62 3A
Octal 161 54 375 67 123 0 1 404 142 72
Binary 1110001 101100 11111101 110111 1010011 0 1 100000100 1100010 111010

Color Harmonies of #712CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CFD

Black with #712CFD

Text Example


Text Example

White with #712CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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