Html Css Color HEX #611CF0 Han Purple

📋 copy color: '#611CF0'

red 97 ◦ green 28 ◦ blue 240

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

Shades of Han Purple #611CF0

Tints of Han Purple #611CF0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

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

R = 26.58%
G = 7.67%
B = 65.75%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#611CF0 (or 0x611CF0) is known color: Han Purple. HEX triplet: 61, 1C and F0. RGB value is (97,28,240). Sum of RGB (Red+Green+Blue) = 97+28+240=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #611CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CF0 is #9EE30F. Grayscale: #484848. Windows color (decimal): -10412816 or 15735905. OLE color: 15735905.

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

Color convert

RGB 97 28 240 -
CMYK 0.60 0.88 0 0.06
HSL 259.53º 0.88% 0.53% -
HSV(B) 259.53º 0.88% 0.94% -
XYZ 21.07 9.66 83.19 -
YUV 72.8 222.36 145.26 -
System Red Green Blue C M Y K H S L
Decimal 97 28 240 0.60 0.88 0 0.06 259.53 0.88 0.53
Hex 61 1C F0 3C 58 0 6 104 58 35
Octal 141 34 360 74 130 0 6 404 130 65
Binary 1100001 11100 11110000 111100 1011000 0 110 100000100 1011000 110101

Color Harmonies of #611CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CF0

Black with #611CF0

Text Example


Text Example

White with #611CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611CF0; }

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

 H1.HeaderClassName
 {
   color: #611CF0;
 }
 .AnyTagClassName
 {
   color: #611CF0;
 }
</style>

background-color css

<style>
 a { background-color: #611CF0; }

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

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

border-color css

<style>
 span { border-color: #611CF0; }

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

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