#6034F1

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

Shades of Han Purple #6034F1

Tints of Han Purple #6034F1

Color information

#6034F1 (or 0x6034F1) is unknown color: approx Han Purple. HEX triplet: 60, 34 and F1. RGB value is (96,52,241). Sum of RGB (Red+Green+Blue) = 96+52+241=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #6034F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6034F1 is #9FCB0E. Grayscale: #555555. Windows color (decimal): -10472207 or 15807584. OLE color: 15807584.

HSL color Cylindrical-coordinate representation of color #6034F1: hue angle of 253.97º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6034F1 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9652241-
CMYK0.600.7800.05
HSL253.97º87.1%57.45%-
HSV(B)253.97º78.42%94.51%-
XYZ21.9311.2984.24-
YUV86.7215.08134.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 241 (94.53% from 255) = 61.95%
R=24.68%
G=13.37%
B=61.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96522410.600.7800.05253.9787.157.45
Hex6034F13C4E05fe5739
Octal14064361741160537612771
Binary11000001101001111000111110010011100101111111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6034F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6034F1; }

 p { color: rgb(96,52,241); }

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

<style>
 a { background-color: #6034F1; }

 a { background-color: rgb(96,52,241); }

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

<style>
 span { border-color: #6034F1; }

 span { border-color: rgb(96,52,241); }

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