Html Css Color HEX #6013EF Han Purple

📋 copy color: '#6013EF'

red 96 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #6013EF

Tints of Han Purple #6013EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 27.12%
G = 5.37%
B = 67.51%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6013EF (or 0x6013EF) is known color: Han Purple. HEX triplet: 60, 13 and EF. RGB value is (96,19,239). Sum of RGB (Red+Green+Blue) = 96+19+239=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #6013EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6013EF is #9FEC10. Grayscale: #424242. Windows color (decimal): -10480657 or 15668064. OLE color: 15668064.

HSL color Cylindrical-coordinate representation of color #6013EF: hue angle of 261º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6013EF is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 19 239 -
CMYK 0.60 0.92 0 0.06
HSL 261º 0.87% 0.51% -
HSV(B) 261º 0.92% 0.94% -
XYZ 20.64 9.18 82.35 -
YUV 67.1 225.01 148.61 -
System Red Green Blue C M Y K H S L
Decimal 96 19 239 0.60 0.92 0 0.06 261 0.87 0.51
Hex 60 13 EF 3C 5C 0 6 105 57 33
Octal 140 23 357 74 134 0 6 405 127 63
Binary 1100000 10011 11101111 111100 1011100 0 110 100000101 1010111 110011

Color Harmonies of #6013EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013EF

Black with #6013EF

Text Example


Text Example

White with #6013EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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