Html Css Color HEX #712DFD Han Purple

📋 copy color: '#712DFD'

red 113 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #712DFD

Tints of Han Purple #712DFD

RGB

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

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

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

R = 27.49%
G = 10.95%
B = 61.56%

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

#712DFD (or 0x712DFD) is known color: Han Purple. HEX triplet: 71, 2D and FD. RGB value is (113,45,253). Sum of RGB (Red+Green+Blue) = 113+45+253=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #712DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DFD is #8ED202. Grayscale: #585858. Windows color (decimal): -9359875 or 16592241. OLE color: 16592241.

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

Color convert

RGB 113 45 253 -
CMYK 0.55 0.82 0 0.01
HSL 259.62º 0.98% 0.58% -
HSV(B) 259.62º 0.82% 0.99% -
XYZ 25.48 12.48 93.99 -
YUV 89.04 220.53 145.09 -
System Red Green Blue C M Y K H S L
Decimal 113 45 253 0.55 0.82 0 0.01 259.62 0.98 0.58
Hex 71 2D FD 37 52 0 1 104 62 3A
Octal 161 55 375 67 122 0 1 404 142 72
Binary 1110001 101101 11111101 110111 1010010 0 1 100000100 1100010 111010

Color Harmonies of #712DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DFD

Black with #712DFD

Text Example


Text Example

White with #712DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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