Html Css Color HEX #6114ED Han Purple

📋 copy color: '#6114ED'

red 97 ◦ green 20 ◦ blue 237

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

Shades of Han Purple #6114ED

Tints of Han Purple #6114ED

RGB

 RED value IS 97 (38.28% from 255) = 27.4%

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

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

R = 27.4%
G = 5.65%
B = 66.95%

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

#6114ED (or 0x6114ED) is known color: Han Purple. HEX triplet: 61, 14 and ED. RGB value is (97,20,237). Sum of RGB (Red+Green+Blue) = 97+20+237=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #6114ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6114ED is #9EEB12. Grayscale: #424242. Windows color (decimal): -10414867 or 15537249. OLE color: 15537249.

HSL color Cylindrical-coordinate representation of color #6114ED: hue angle of 261.29º 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 #6114ED is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 20 237 -
CMYK 0.59 0.92 0 0.07
HSL 261.29º 0.86% 0.5% -
HSV(B) 261.29º 0.92% 0.93% -
XYZ 20.47 9.16 80.81 -
YUV 67.76 223.51 148.86 -
System Red Green Blue C M Y K H S L
Decimal 97 20 237 0.59 0.92 0 0.07 261.29 0.86 0.5
Hex 61 14 ED 3B 5C 0 7 105 56 32
Octal 141 24 355 73 134 0 7 405 126 62
Binary 1100001 10100 11101101 111011 1011100 0 111 100000101 1010110 110010

Color Harmonies of #6114ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114ED

Black with #6114ED

Text Example


Text Example

White with #6114ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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