Html Css Color HEX #611FFA Han Purple

📋 copy color: '#611FFA'

red 97 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #611FFA

Tints of Han Purple #611FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 25.66%
G = 8.2%
B = 66.14%

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

#611FFA (or 0x611FFA) is known color: Han Purple. HEX triplet: 61, 1F and FA. RGB value is (97,31,250). Sum of RGB (Red+Green+Blue) = 97+31+250=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #611FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611FFA is #9EE005. Grayscale: #4A4A4A. Windows color (decimal): -10412038 or 16392033. OLE color: 16392033.

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

Color convert

RGB 97 31 250 -
CMYK 0.61 0.88 0 0.02
HSL 258.08º 0.96% 0.55% -
HSV(B) 258.08º 0.88% 0.98% -
XYZ 22.68 10.42 91.26 -
YUV 75.7 226.37 143.19 -
System Red Green Blue C M Y K H S L
Decimal 97 31 250 0.61 0.88 0 0.02 258.08 0.96 0.55
Hex 61 1F FA 3D 58 0 2 102 60 37
Octal 141 37 372 75 130 0 2 402 140 67
Binary 1100001 11111 11111010 111101 1011000 0 10 100000010 1100000 110111

Color Harmonies of #611FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FFA

Black with #611FFA

Text Example


Text Example

White with #611FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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