Html Css Color HEX #6015FA Han Purple

📋 copy color: '#6015FA'

red 96 ◦ green 21 ◦ blue 250

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

Shades of Han Purple #6015FA

Tints of Han Purple #6015FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 26.16%
G = 5.72%
B = 68.12%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6015FA (or 0x6015FA) is known color: Han Purple. HEX triplet: 60, 15 and FA. RGB value is (96,21,250). Sum of RGB (Red+Green+Blue) = 96+21+250=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #6015FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015FA is #9FEA05. Grayscale: #444444. Windows color (decimal): -10480134 or 16389472. OLE color: 16389472.

HSL color Cylindrical-coordinate representation of color #6015FA: hue angle of 259.65º degrees, saturation: 0.96, 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 #6015FA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 21 250 -
CMYK 0.62 0.92 0 0.02
HSL 259.65º 0.96% 0.53% -
HSV(B) 259.65º 0.92% 0.98% -
XYZ 22.35 9.93 91.18 -
YUV 69.53 229.85 146.88 -
System Red Green Blue C M Y K H S L
Decimal 96 21 250 0.62 0.92 0 0.02 259.65 0.96 0.53
Hex 60 15 FA 3E 5C 0 2 104 60 35
Octal 140 25 372 76 134 0 2 404 140 65
Binary 1100000 10101 11111010 111110 1011100 0 10 100000100 1100000 110101

Color Harmonies of #6015FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015FA

Black with #6015FA

Text Example


Text Example

White with #6015FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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