Html Css Color HEX #712AFC Han Purple

📋 copy color: '#712AFC'

red 113 ◦ green 42 ◦ blue 252

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

Shades of Han Purple #712AFC

Tints of Han Purple #712AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.32%

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

R = 27.76%
G = 10.32%
B = 61.92%

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

#712AFC (or 0x712AFC) is known color: Han Purple. HEX triplet: 71, 2A and FC. RGB value is (113,42,252). Sum of RGB (Red+Green+Blue) = 113+42+252=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #712AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712AFC is #8ED503. Grayscale: #565656. Windows color (decimal): -9360644 or 16525937. OLE color: 16525937.

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

Color convert

RGB 113 42 252 -
CMYK 0.55 0.83 0 0.01
HSL 260.29º 0.97% 0.58% -
HSV(B) 260.29º 0.83% 0.99% -
XYZ 25.21 12.19 93.12 -
YUV 87.17 221.02 146.42 -
System Red Green Blue C M Y K H S L
Decimal 113 42 252 0.55 0.83 0 0.01 260.29 0.97 0.58
Hex 71 2A FC 37 53 0 1 104 61 3A
Octal 161 52 374 67 123 0 1 404 141 72
Binary 1110001 101010 11111100 110111 1010011 0 1 100000100 1100001 111010

Color Harmonies of #712AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712AFC

Black with #712AFC

Text Example


Text Example

White with #712AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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