#6134FC

Color #6134FC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6134FC

Tints of Han Purple #6134FC

Color information

#6134FC (or 0x6134FC) is unknown color: approx Han Purple. HEX triplet: 61, 34 and FC. RGB value is (97,52,252). Sum of RGB (Red+Green+Blue) = 97+52+252=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #6134FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6134FC is #9ECB03. Grayscale: #575757. Windows color (decimal): -10406660 or 16528481. OLE color: 16528481.

HSL color Cylindrical-coordinate representation of color #6134FC: hue angle of 253.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6134FC is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9752252-
CMYK0.620.7900.01
HSL253.5º97.09%59.61%-
HSV(B)253.5º79.37%98.82%-
XYZ23.7312.0393.17-
YUV88.26220.41134.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=24.19%
G=12.97%
B=62.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97522520.620.7900.01253.597.0959.61
Hex6134FC3E4F01fe613c
Octal14164374761170137614174
Binary110000111010011111100111110100111101111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6134FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6134FC; }

 p { color: rgb(97,52,252); }

 H1.HeaderClassName
 {
   color: #6134FC;
 }
 .AnyTagClassName
 {
   color: #6134FC;
 }
</style>
background-color css

<style>
 a { background-color: #6134FC; }

 a { background-color: rgb(97,52,252); }

 div.DivClassName
 {
   background-color: #6134FC;
 }
 .BgClassName
 {
   background-color: #6134FC;
 }
</style>
border-color css

<style>
 span { border-color: #6134FC; }

 span { border-color: rgb(97,52,252); }

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