Html Css Color HEX #6014FD Han Purple

📋 copy color: '#6014FD'

red 96 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #6014FD

Tints of Han Purple #6014FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 26.02%
G = 5.42%
B = 68.56%

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

#6014FD (or 0x6014FD) is known color: Han Purple. HEX triplet: 60, 14 and FD. RGB value is (96,20,253). Sum of RGB (Red+Green+Blue) = 96+20+253=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #6014FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014FD is #9FEB02. Grayscale: #444444. Windows color (decimal): -10480387 or 16585824. OLE color: 16585824.

HSL color Cylindrical-coordinate representation of color #6014FD: hue angle of 259.57º degrees, saturation: 0.98, 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 #6014FD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 20 253 -
CMYK 0.62 0.92 0 0.01
HSL 259.57º 0.98% 0.54% -
HSV(B) 259.57º 0.92% 0.99% -
XYZ 22.8 10.08 93.67 -
YUV 69.29 231.68 147.05 -
System Red Green Blue C M Y K H S L
Decimal 96 20 253 0.62 0.92 0 0.01 259.57 0.98 0.54
Hex 60 14 FD 3E 5C 0 1 104 62 36
Octal 140 24 375 76 134 0 1 404 142 66
Binary 1100000 10100 11111101 111110 1011100 0 1 100000100 1100010 110110

Color Harmonies of #6014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014FD

Black with #6014FD

Text Example


Text Example

White with #6014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6014FD; }

 p { color: rgb(96,20,253); }

 H1.HeaderClassName
 {
   color: #6014FD;
 }
 .AnyTagClassName
 {
   color: #6014FD;
 }
</style>

background-color css

<style>
 a { background-color: #6014FD; }

 a { background-color: rgb(96,20,253); }

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

border-color css

<style>
 span { border-color: #6014FD; }

 span { border-color: rgb(96,20,253); }

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