Html Css Color HEX #6015EF Han Purple

📋 copy color: '#6015EF'

red 96 ◦ green 21 ◦ blue 239

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

Shades of Han Purple #6015EF

Tints of Han Purple #6015EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.9%

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

R = 26.97%
G = 5.9%
B = 67.13%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6015EF (or 0x6015EF) is known color: Han Purple. HEX triplet: 60, 15 and EF. RGB value is (96,21,239). Sum of RGB (Red+Green+Blue) = 96+21+239=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #6015EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015EF is #9FEA10. Grayscale: #434343. Windows color (decimal): -10480145 or 15668576. OLE color: 15668576.

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

Color convert

RGB 96 21 239 -
CMYK 0.60 0.91 0 0.06
HSL 260.64º 0.87% 0.51% -
HSV(B) 260.64º 0.91% 0.94% -
XYZ 20.67 9.26 82.36 -
YUV 68.28 224.35 147.77 -
System Red Green Blue C M Y K H S L
Decimal 96 21 239 0.60 0.91 0 0.06 260.64 0.87 0.51
Hex 60 15 EF 3C 5B 0 6 105 57 33
Octal 140 25 357 74 133 0 6 405 127 63
Binary 1100000 10101 11101111 111100 1011011 0 110 100000101 1010111 110011

Color Harmonies of #6015EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015EF

Black with #6015EF

Text Example


Text Example

White with #6015EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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