Html Css Color HEX #712CFF Han Purple

📋 copy color: '#712CFF'

red 113 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #712CFF

Tints of Han Purple #712CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 27.43%
G = 10.68%
B = 61.89%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#712CFF (or 0x712CFF) is known color: Han Purple. HEX triplet: 71, 2C and FF. RGB value is (113,44,255). Sum of RGB (Red+Green+Blue) = 113+44+255=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #712CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CFF is #8ED300. Grayscale: #575757. Windows color (decimal): -9360129 or 16723057. OLE color: 16723057.

HSL color Cylindrical-coordinate representation of color #712CFF: hue angle of 259.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #712CFF is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 44 255 -
CMYK 0.56 0.83 0 0
HSL 259.62º 1% 0.59% -
HSV(B) 259.62º 0.83% 1% -
XYZ 25.76 12.53 95.67 -
YUV 88.69 221.86 145.34 -
System Red Green Blue C M Y K H S L
Decimal 113 44 255 0.56 0.83 0 0 259.62 1 0.59
Hex 71 2C FF 38 53 0 0 104 64 3B
Octal 161 54 377 70 123 0 0 404 144 73
Binary 1110001 101100 11111111 111000 1010011 0 0 100000100 1100100 111011

Color Harmonies of #712CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CFF

Black with #712CFF

Text Example


Text Example

White with #712CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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