Html Css Color HEX #6015DF Han Purple

📋 copy color: '#6015DF'

red 96 ◦ green 21 ◦ blue 223

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

Shades of Han Purple #6015DF

Tints of Han Purple #6015DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 28.24%
G = 6.18%
B = 65.59%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6015DF (or 0x6015DF) is known color: Han Purple. HEX triplet: 60, 15 and DF. RGB value is (96,21,223). Sum of RGB (Red+Green+Blue) = 96+21+223=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6015DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015DF is #9FEA20. Grayscale: #414141. Windows color (decimal): -10480161 or 14620000. OLE color: 14620000.

HSL color Cylindrical-coordinate representation of color #6015DF: hue angle of 262.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6015DF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 21 223 -
CMYK 0.57 0.91 0 0.13
HSL 262.28º 0.83% 0.48% -
HSV(B) 262.28º 0.91% 0.87% -
XYZ 18.41 8.35 70.45 -
YUV 66.45 216.35 149.07 -
System Red Green Blue C M Y K H S L
Decimal 96 21 223 0.57 0.91 0 0.13 262.28 0.83 0.48
Hex 60 15 DF 39 5B 0 D 106 53 30
Octal 140 25 337 71 133 0 15 406 123 60
Binary 1100000 10101 11011111 111001 1011011 0 1101 100000110 1010011 110000

Color Harmonies of #6015DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015DF

Black with #6015DF

Text Example


Text Example

White with #6015DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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