Html Css Color HEX #6014ED Han Purple

📋 copy color: '#6014ED'

red 96 ◦ green 20 ◦ blue 237

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

Shades of Han Purple #6014ED

Tints of Han Purple #6014ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 27.2%
G = 5.67%
B = 67.14%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6014ED (or 0x6014ED) is known color: Han Purple. HEX triplet: 60, 14 and ED. RGB value is (96,20,237). Sum of RGB (Red+Green+Blue) = 96+20+237=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #6014ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014ED is #9FEB12. Grayscale: #424242. Windows color (decimal): -10480403 or 15537248. OLE color: 15537248.

HSL color Cylindrical-coordinate representation of color #6014ED: hue angle of 261.01º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6014ED is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 20 237 -
CMYK 0.59 0.92 0 0.07
HSL 261.01º 0.86% 0.5% -
HSV(B) 261.01º 0.92% 0.93% -
XYZ 20.36 9.1 80.8 -
YUV 67.46 223.68 148.36 -
System Red Green Blue C M Y K H S L
Decimal 96 20 237 0.59 0.92 0 0.07 261.01 0.86 0.5
Hex 60 14 ED 3B 5C 0 7 105 56 32
Octal 140 24 355 73 134 0 7 405 126 62
Binary 1100000 10100 11101101 111011 1011100 0 111 100000101 1010110 110010

Color Harmonies of #6014ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014ED

Black with #6014ED

Text Example


Text Example

White with #6014ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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