Html Css Color HEX #6115F0 Han Purple

📋 copy color: '#6115F0'

red 97 ◦ green 21 ◦ blue 240

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

Shades of Han Purple #6115F0

Tints of Han Purple #6115F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.04%

R = 27.09%
G = 5.87%
B = 67.04%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6115F0 (or 0x6115F0) is known color: Han Purple. HEX triplet: 61, 15 and F0. RGB value is (97,21,240). Sum of RGB (Red+Green+Blue) = 97+21+240=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #6115F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6115F0 is #9EEA0F. Grayscale: #434343. Windows color (decimal): -10414608 or 15734113. OLE color: 15734113.

HSL color Cylindrical-coordinate representation of color #6115F0: hue angle of 260.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6115F0 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 21 240 -
CMYK 0.60 0.91 0 0.06
HSL 260.82º 0.88% 0.51% -
HSV(B) 260.82º 0.91% 0.94% -
XYZ 20.93 9.37 83.14 -
YUV 68.69 224.68 148.19 -
System Red Green Blue C M Y K H S L
Decimal 97 21 240 0.60 0.91 0 0.06 260.82 0.88 0.51
Hex 61 15 F0 3C 5B 0 6 105 58 33
Octal 141 25 360 74 133 0 6 405 130 63
Binary 1100001 10101 11110000 111100 1011011 0 110 100000101 1011000 110011

Color Harmonies of #6115F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115F0

Black with #6115F0

Text Example


Text Example

White with #6115F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6115F0; }

 p { color: rgb(97,21,240); }

 H1.HeaderClassName
 {
   color: #6115F0;
 }
 .AnyTagClassName
 {
   color: #6115F0;
 }
</style>

background-color css

<style>
 a { background-color: #6115F0; }

 a { background-color: rgb(97,21,240); }

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

border-color css

<style>
 span { border-color: #6115F0; }

 span { border-color: rgb(97,21,240); }

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