Html Css Color HEX #6013F9 Han Purple

📋 copy color: '#6013F9'

red 96 ◦ green 19 ◦ blue 249

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

Shades of Han Purple #6013F9

Tints of Han Purple #6013F9

RGB

 RED value IS 96 (37.89% from 255) = 26.37%

 GREEN value IS 19 (7.81% from 255) = 5.22%

 BLUE value IS 249 (97.66% from 255) = 68.41%

R = 26.37%
G = 5.22%
B = 68.41%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6013F9 (or 0x6013F9) is known color: Han Purple. HEX triplet: 60, 13 and F9. RGB value is (96,19,249). Sum of RGB (Red+Green+Blue) = 96+19+249=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #6013F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6013F9 is #9FEC06. Grayscale: #434343. Windows color (decimal): -10480647 or 16323424. OLE color: 16323424.

HSL color Cylindrical-coordinate representation of color #6013F9: hue angle of 260.09º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6013F9 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 19 249 -
CMYK 0.61 0.92 0 0.02
HSL 260.09º 0.95% 0.53% -
HSV(B) 260.09º 0.92% 0.98% -
XYZ 22.16 9.79 90.34 -
YUV 68.24 230.01 147.8 -
System Red Green Blue C M Y K H S L
Decimal 96 19 249 0.61 0.92 0 0.02 260.09 0.95 0.53
Hex 60 13 F9 3D 5C 0 2 104 5F 35
Octal 140 23 371 75 134 0 2 404 137 65
Binary 1100000 10011 11111001 111101 1011100 0 10 100000100 1011111 110101

Color Harmonies of #6013F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013F9

Black with #6013F9

Text Example


Text Example

White with #6013F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6013F9; }

 p { color: rgb(96,19,249); }

 H1.HeaderClassName
 {
   color: #6013F9;
 }
 .AnyTagClassName
 {
   color: #6013F9;
 }
</style>

background-color css

<style>
 a { background-color: #6013F9; }

 a { background-color: rgb(96,19,249); }

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

border-color css

<style>
 span { border-color: #6013F9; }

 span { border-color: rgb(96,19,249); }

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