Html Css Color HEX #6015FC Han Purple

📋 copy color: '#6015FC'

red 96 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #6015FC

Tints of Han Purple #6015FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 26.02%
G = 5.69%
B = 68.29%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6015FC (or 0x6015FC) is known color: Han Purple. HEX triplet: 60, 15 and FC. RGB value is (96,21,252). Sum of RGB (Red+Green+Blue) = 96+21+252=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #6015FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015FC is #9FEA03. Grayscale: #444444. Windows color (decimal): -10480132 or 16520544. OLE color: 16520544.

HSL color Cylindrical-coordinate representation of color #6015FC: hue angle of 259.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6015FC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 21 252 -
CMYK 0.62 0.92 0 0.01
HSL 259.48º 0.97% 0.54% -
HSV(B) 259.48º 0.92% 0.99% -
XYZ 22.66 10.05 92.84 -
YUV 69.76 230.85 146.72 -
System Red Green Blue C M Y K H S L
Decimal 96 21 252 0.62 0.92 0 0.01 259.48 0.97 0.54
Hex 60 15 FC 3E 5C 0 1 103 61 36
Octal 140 25 374 76 134 0 1 403 141 66
Binary 1100000 10101 11111100 111110 1011100 0 1 100000011 1100001 110110

Color Harmonies of #6015FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015FC

Black with #6015FC

Text Example


Text Example

White with #6015FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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