Html Css Color HEX #611DFB Han Purple

📋 copy color: '#611DFB'

red 97 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #611DFB

Tints of Han Purple #611DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.69%

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

R = 25.73%
G = 7.69%
B = 66.58%

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

#611DFB (or 0x611DFB) is known color: Han Purple. HEX triplet: 61, 1D and FB. RGB value is (97,29,251). Sum of RGB (Red+Green+Blue) = 97+29+251=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #611DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611DFB is #9EE204. Grayscale: #494949. Windows color (decimal): -10412549 or 16457057. OLE color: 16457057.

HSL color Cylindrical-coordinate representation of color #611DFB: hue angle of 258.38º degrees, saturation: 0.97, 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 #611DFB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 29 251 -
CMYK 0.61 0.88 0 0.02
HSL 258.38º 0.97% 0.55% -
HSV(B) 258.38º 0.88% 0.98% -
XYZ 22.78 10.39 92.07 -
YUV 74.64 227.53 143.95 -
System Red Green Blue C M Y K H S L
Decimal 97 29 251 0.61 0.88 0 0.02 258.38 0.97 0.55
Hex 61 1D FB 3D 58 0 2 102 61 37
Octal 141 35 373 75 130 0 2 402 141 67
Binary 1100001 11101 11111011 111101 1011000 0 10 100000010 1100001 110111

Color Harmonies of #611DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DFB

Black with #611DFB

Text Example


Text Example

White with #611DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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