#6236F1

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

Shades of Han Purple #6236F1

Tints of Han Purple #6236F1

Color information

#6236F1 (or 0x6236F1) is unknown color: approx Han Purple. HEX triplet: 62, 36 and F1. RGB value is (98,54,241). Sum of RGB (Red+Green+Blue) = 98+54+241=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #6236F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6236F1 is #9DC90E. Grayscale: #575757. Windows color (decimal): -10340623 or 15808098. OLE color: 15808098.

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

Color convert

RGB9854241-
CMYK0.590.7800.05
HSL254.12º86.98%57.84%-
HSV(B)254.12º77.59%94.51%-
XYZ22.2311.5984.28-
YUV88.47214.08134.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 241 (94.53% from 255) = 61.32%
R=24.94%
G=13.74%
B=61.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal98542410.590.7800.05254.1286.9857.84
Hex6236F13B4E05fe573a
Octal14266361731160537612772
Binary11000101101101111000111101110011100101111111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6236F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,54,241); }

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

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

 a { background-color: rgb(98,54,241); }

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

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

 span { border-color: rgb(98,54,241); }

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