Html Css Color HEX #611CFC Han Purple

📋 copy color: '#611CFC'

red 97 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #611CFC

Tints of Han Purple #611CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 25.73%
G = 7.43%
B = 66.84%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#611CFC (or 0x611CFC) is known color: Han Purple. HEX triplet: 61, 1C and FC. RGB value is (97,28,252). Sum of RGB (Red+Green+Blue) = 97+28+252=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #611CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CFC is #9EE303. Grayscale: #494949. Windows color (decimal): -10412804 or 16522337. OLE color: 16522337.

HSL color Cylindrical-coordinate representation of color #611CFC: hue angle of 258.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611CFC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 28 252 -
CMYK 0.62 0.89 0 0.01
HSL 258.48º 0.97% 0.55% -
HSV(B) 258.48º 0.89% 0.99% -
XYZ 22.92 10.4 92.9 -
YUV 74.17 228.36 144.29 -
System Red Green Blue C M Y K H S L
Decimal 97 28 252 0.62 0.89 0 0.01 258.48 0.97 0.55
Hex 61 1C FC 3E 59 0 1 102 61 37
Octal 141 34 374 76 131 0 1 402 141 67
Binary 1100001 11100 11111100 111110 1011001 0 1 100000010 1100001 110111

Color Harmonies of #611CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CFC

Black with #611CFC

Text Example


Text Example

White with #611CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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