Html Css Color HEX #611FFB Han Purple

📋 copy color: '#611FFB'

red 97 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #611FFB

Tints of Han Purple #611FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 25.59%
G = 8.18%
B = 66.23%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#611FFB (or 0x611FFB) is known color: Han Purple. HEX triplet: 61, 1F and FB. RGB value is (97,31,251). Sum of RGB (Red+Green+Blue) = 97+31+251=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #611FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611FFB is #9EE004. Grayscale: #4B4B4B. Windows color (decimal): -10412037 or 16457569. OLE color: 16457569.

HSL color Cylindrical-coordinate representation of color #611FFB: hue angle of 258º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611FFB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 31 251 -
CMYK 0.61 0.88 0 0.02
HSL 258º 0.96% 0.55% -
HSV(B) 258º 0.88% 0.98% -
XYZ 22.83 10.49 92.09 -
YUV 75.81 226.87 143.11 -
System Red Green Blue C M Y K H S L
Decimal 97 31 251 0.61 0.88 0 0.02 258 0.96 0.55
Hex 61 1F FB 3D 58 0 2 102 60 37
Octal 141 37 373 75 130 0 2 402 140 67
Binary 1100001 11111 11111011 111101 1011000 0 10 100000010 1100000 110111

Color Harmonies of #611FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FFB

Black with #611FFB

Text Example


Text Example

White with #611FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,251); }

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

background-color css

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

 a { background-color: rgb(97,31,251); }

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

border-color css

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

 span { border-color: rgb(97,31,251); }

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